Make WordPress Core


Ignore:
Timestamp:
02/18/2021 04:49:02 PM (3 years ago)
Author:
ryelle
Message:

Customizer: Bring admin color schemes back into the customizer.

In #50547, the admin color schemes were added to the customizer UI, but at some point specificity changed and the colors were overridden by the defaults. This brings the color schemes back into the customizer, using the button color as a highlight, with the link color for text to keep things readable.

Follow up to [48371].
Props audrasjb, peterwilsoncc.
Fixes #52230.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r50162 r50386  
    28182818        top: 0;
    28192819        left: 48px;
    2820         line-height: 3.2;
     2820        line-height: 2.6;
    28212821        font-size: 14px;
    2822         padding: 0 12px;
     2822        padding: 0 12px 4px;
    28232823        margin: 0;
    28242824        height: 45px;
     
    28262826        border: 0;
    28272827        border-right: 1px solid #dcdcde;
     2828        border-top: 4px solid #f0f0f1;
    28282829        color: #50575e;
    28292830        cursor: pointer;
Note: See TracChangeset for help on using the changeset viewer.