Themes: Update the CSS definitions in the SCSS files to be as specific as the base CSS rules. See #25948, #25966

Built from https://develop.svn.wordpress.org/trunk@26551


git-svn-id: http://core.svn.wordpress.org/trunk@26443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2013-12-03 02:11:10 +00:00
parent fda55bd33b
commit 3b706af9c3
7 changed files with 12 additions and 12 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;
}

View File

@ -258,10 +258,10 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
box-shadow: 0 0 0 1px white, 0 0 0 2px #096484; }
/* 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: #096484; }
.theme-browser .add-new-theme:hover span:after {
.theme-browser .theme.add-new-theme:hover span:after {
color: #096484; }
/* jQuery UI Slider */

File diff suppressed because one or more lines are too long

View File

@ -258,10 +258,10 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
box-shadow: 0 0 0 1px white, 0 0 0 2px #04a4cc; }
/* 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: #04a4cc; }
.theme-browser .add-new-theme:hover span:after {
.theme-browser .theme.add-new-theme:hover span:after {
color: #04a4cc; }
/* jQuery UI Slider */

File diff suppressed because one or more lines are too long

View File

@ -258,10 +258,10 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
box-shadow: 0 0 0 1px white, 0 0 0 2px #e14d43; }
/* 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: #e14d43; }
.theme-browser .add-new-theme:hover span:after {
.theme-browser .theme.add-new-theme:hover span:after {
color: #e14d43; }
/* jQuery UI Slider */

File diff suppressed because one or more lines are too long