Changeset 46575
- Timestamp:
- 10/23/2019 08:55:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_mixins.scss
r46423 r46575 41 41 &.disabled { 42 42 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; 45 45 text-shadow: none !important; 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.