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:
parent
ba4643f76e
commit
49c57fa9b9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user