From 49c57fa9b9e508e1ef90e0030917ea9fad3fb5ed Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 3 Dec 2013 02:10:29 +0000 Subject: [PATCH] Themes: Update the CSS definitions in the SCSS files to be as specific as the base CSS rules. See #25948, #25966 git-svn-id: https://develop.svn.wordpress.org/trunk@26551 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/color-schemes/_admin.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/color-schemes/_admin.scss b/src/wp-admin/css/color-schemes/_admin.scss index 4c2c8aa78a..9ead6c5c7a 100644 --- a/src/wp-admin/css/color-schemes/_admin.scss +++ b/src/wp-admin/css/color-schemes/_admin.scss @@ -401,12 +401,12 @@ ul#adminmenu > li.current > a.current:after { /* Themes */ -.theme.active .theme-name, -.theme-browser .add-new-theme:hover:after { +.theme-browser .theme.active .theme-name, +.theme-browser .theme.add-new-theme:hover:after { background: $highlight-color; } -.theme-browser .add-new-theme:hover span:after { +.theme-browser .theme.add-new-theme:hover span:after { color: $highlight-color; }