Make WordPress Core


Ignore:
Timestamp:
12/05/2019 10:11:36 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Accessibility: Administration: Correct active button color for the alternative color schemes.

Follow-up to [46815].

Props melchoyce, ryelle, larrach, audrasjb, studiotwee, afercia, azaozz.
Merges [46817] to the 5.3 branch.
Fixes #48598.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-admin/css/colors/_admin.scss

    r46816 r46818  
    9191    .button.focus,
    9292    .button:focus {
    93         border-color: $highlight-color;
    94         box-shadow: 0 0 0 1px $highlight-color;
     93        border-color: #7e8993;
     94        color: darken( #32373c, 5% );
     95        box-shadow: 0 0 0 1px #32373c;
    9596    }
    9697
     
    106107        border-color: darken( $button-color, 5% );
    107108        color: darken( $button-text-color, 5% );
     109        box-shadow: inset 0 2px 5px -3px darken( $button-color, 5% );
    108110    }
    109111
Note: See TracChangeset for help on using the changeset viewer.