Move the color rule for adminbar icons to a less-specific selector so that color schemes correctly affect icon color in the toolbar.

git-svn-id: https://develop.svn.wordpress.org/trunk@26180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-14 23:29:26 +00:00
parent 7c4caaff13
commit c7a7d8f5f8
2 changed files with 1 additions and 2 deletions

View File

@ -12536,7 +12536,6 @@ li#wp-admin-bar-toggle-button {
}
#wpadminbar #wp-admin-bar-toggle-button .ab-icon:before {
color: #888;
content: '\f228';
display: inline-block;
float: left;

View File

@ -220,7 +220,6 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: none !important;
color: #999;
margin-right: 6px;
}
@ -230,6 +229,7 @@
}
#wpadminbar .ab-icon:before {
color: #999;
position: relative;
-moz-transition: all .1s ease-in-out;
-webkit-transition: all .1s ease-in-out;