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

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


git-svn-id: http://core.svn.wordpress.org/trunk@26089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-14 23:30:10 +00:00
parent 922227d137
commit a71ffcfd24
8 changed files with 6 additions and 8 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: right;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

View File

@ -220,7 +220,6 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: none !important;
color: #999;
margin-left: 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;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long