Make WordPress Core

Changeset 41984


Ignore:
Timestamp:
10/23/2017 11:33:54 PM (6 years ago)
Author:
helen
Message:

Buttons: Ensure active styling applies to both :active and .active.

props sayedwp, helen.
fixes #42236.

File:
1 edited

Legend:

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

    r38501 r41984  
    2626    }
    2727
    28     &:active {
     28    &:active,
     29    &.active,
     30    &.active:focus,
     31    &.active:hover {
    2932        background: darken( $button-color, 10% );
    3033        border-color: darken( $button-color, 15% );
Note: See TracChangeset for help on using the changeset viewer.