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:
parent
8c7b6ac049
commit
15d2a57c44
|
@ -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
|
@ -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
Loading…
Reference in New Issue