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
This commit is contained in:
Dion Hulse 2013-12-03 02:10:29 +00:00
parent ba4643f76e
commit 49c57fa9b9
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}