Skip to content

Commit f5b9dd5

Browse files
committed
Simplify the admin menu notification selector so color schemes don't get stomped.
Merges [28177] to the 3.9 branch. props celloexpressions. fixes #27920. git-svn-id: https://develop.svn.wordpress.org/branches/3.9@28204 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 212d6db commit f5b9dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/admin-menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ ul#adminmenu > li.current > a.current:after {
500500
}
501501

502502
#adminmenu .awaiting-mod,
503-
#adminmenu span.update-plugins,
503+
#adminmenu .update-plugins,
504504
#sidemenu li a span.update-plugins {
505505
display: inline-block;
506506
background-color: #d54e21;

0 commit comments

Comments
 (0)