mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-26 02:57:45 +01:00
Remove text-shadow on hover from update and comments bubbles in the admin menu, props markjaquith, fixes #21449
git-svn-id: http://core.svn.wordpress.org/trunk@21578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e00b17aac6
commit
b35d8b150d
@ -1291,13 +1291,18 @@ table.widefat .spam a:hover,
|
||||
|
||||
#adminmenu a.menu-top:hover,
|
||||
#adminmenu li.opensub > a.menu-top,
|
||||
#adminmenu li.opensub > a.menu-top,
|
||||
#adminmenu li > a.menu-top:focus {
|
||||
background-color: #e0f1ff;
|
||||
color: #d54e21;
|
||||
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
|
||||
}
|
||||
|
||||
/* So it doesn't get applied to the number spans (comments, updates, etc) */
|
||||
#adminmenu li.menu-top:hover > a span,
|
||||
#adminmenu li.menu-top > a:focus span {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
||||
#adminmenu li.current a.menu-top,
|
||||
.folded #adminmenu li.wp-has-current-submenu,
|
||||
|
@ -1030,6 +1030,12 @@ table.widefat .spam a:hover,
|
||||
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
|
||||
}
|
||||
|
||||
/* So it doesn't get applied to the number spans (comments, updates, etc) */
|
||||
#adminmenu li.menu-top:hover > a span,
|
||||
#adminmenu li.menu-top > a:focus span {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
||||
#adminmenu li.current a.menu-top,
|
||||
.folded #adminmenu li.wp-has-current-submenu,
|
||||
|
Loading…
Reference in New Issue
Block a user