Don't apply color to pipe link separators when hovering, props jick fixes #8270

git-svn-id: http://svn.automattic.com/wordpress/trunk@9768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-18 23:02:05 +00:00
parent db067b4335
commit 336bd6b4aa
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ div#media-upload-error,
.file-error,
abbr.required,
.widget-control-remove:hover,
.delete:hover {
.delete a:hover {
color: #f00;
}