Make WordPress Core

Changeset 46575


Ignore:
Timestamp:
10/23/2019 08:55:31 PM (5 years ago)
Author:
afercia
Message:

Accessibility: Restore the primary buttons original background color for alternate color schemes after [46241].

Props david.binda, audrasjb, azaozz.
See #34904.
Fixes #48396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_mixins.scss

    r46423 r46575  
    4141    &.disabled {
    4242        color: hsl( hue( $button-color ), 10%, 80% ) !important;
    43         background: lighten( $button-color, 15% ) !important;
    44         border-color: lighten( $button-color, 15% ) !important;
     43        background: darken( $button-color, 8% ) !important;
     44        border-color: darken( $button-color, 8% ) !important;
    4545        text-shadow: none !important;
    4646    }
Note: See TracChangeset for help on using the changeset viewer.