Color schemes should use .ab-icon:before instead of .ab-item:before to target adminbar icons. See #25858.

git-svn-id: https://develop.svn.wordpress.org/trunk@26181 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-14 23:45:11 +00:00
parent c7a7d8f5f8
commit e525f62b27

View File

@ -259,7 +259,7 @@ ul#adminmenu > li.current > a.current:after {
}
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before {
#wpadminbar .ab-icon:before {
color: $menu-icon;
}