Make WordPress Core


Ignore:
Timestamp:
12/05/2019 10:10:29 PM (6 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.
Fixes #48598.

File:
1 edited

Legend:

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

    r46815 r46817  
    33 * highlights/shadows, based on a base color.
    44 */
    5 @mixin button( $button-color, $text-color: #fff ) {
     5@mixin button( $button-color, $button-text-color: #fff ) {
    66    background: $button-color;
    77    border-color: $button-color;
Note: See TracChangeset for help on using the changeset viewer.