mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
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:
parent
7c4caaff13
commit
c7a7d8f5f8
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user