Make WordPress Core

Changeset 26551


Ignore:
Timestamp:
12/03/2013 02:10:29 AM (11 years ago)
Author:
dd32
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/color-schemes/_admin.scss

    r26422 r26551  
    402402/* Themes */
    403403
    404 .theme.active .theme-name,
    405 .theme-browser .add-new-theme:hover:after {
     404.theme-browser .theme.active .theme-name,
     405.theme-browser .theme.add-new-theme:hover:after {
    406406    background: $highlight-color;
    407407}
    408408
    409 .theme-browser .add-new-theme:hover span:after {
     409.theme-browser .theme.add-new-theme:hover span:after {
    410410    color: $highlight-color;
    411411}
Note: See TracChangeset for help on using the changeset viewer.