Make WordPress Core

Ticket #27759: 27759.diff

File 27759.diff, 522 bytes (added by ryelle, 10 years ago)
  • src/wp-admin/css/colors/_mixins.scss

     
    2525
    2626        &[disabled],
    2727        &:disabled,
    28         &.button-primary-disabled {
     28        &.button-primary-disabled,
     29        &.disabled {
    2930                color: hsl( hue( $button-color ), 10%, 80% ) !important;
    3031                background: darken( $button-color, 8% ) !important;
    3132                border-color: darken( $button-color, 15% ) !important;