Ensure that arrows in dropdowns are the default text color if you haven't hovered. Fixes #26293, props ipstenu.

Built from https://develop.svn.wordpress.org/trunk@26445


git-svn-id: http://core.svn.wordpress.org/trunk@26343 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-27 23:12:09 +00:00
parent 8c7b6ac049
commit 15d2a57c44
4 changed files with 4 additions and 2 deletions

View File

@ -285,6 +285,7 @@
top: 1px;
left: 4px;
content: '\f139';
color: inherit;
}
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {

File diff suppressed because one or more lines are too long

View File

@ -285,6 +285,7 @@
top: 1px;
right: 4px;
content: '\f139';
color: inherit;
}
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {

File diff suppressed because one or more lines are too long