Make WordPress Core


Ignore:
Timestamp:
11/26/2013 10:35:38 PM (12 years ago)
Author:
iammattthomas
Message:

Match current theme background and add theme hover state color to the highlight color in color schemes. Fixes #25967, props ryelle.

File:
1 edited

Legend:

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

    r26417 r26422  
    400400
    401401
     402/* Themes */
     403
     404.theme.active .theme-name,
     405.theme-browser .add-new-theme:hover:after {
     406    background: $highlight-color;
     407}
     408
     409.theme-browser .add-new-theme:hover span:after {
     410    color: $highlight-color;
     411}
     412
    402413/* jQuery UI Slider */
    403414
Note: See TracChangeset for help on using the changeset viewer.