diff --git a/src/wp-admin/css/colors/_mixins.scss b/src/wp-admin/css/colors/_mixins.scss
index 4d0c079d1f..45a3ef56b9 100644
a
|
b
|
|
39 | 39 | &:disabled, |
40 | 40 | &.button-primary-disabled, |
41 | 41 | &.disabled { |
42 | | color: hsl( hue( $button-color ), 10%, 80% ) !important; |
43 | | background: darken( $button-color, 8% ) !important; |
44 | | border-color: darken( $button-color, 8% ) !important; |
| 42 | color: #aaa !important; |
| 43 | background: #eee !important; |
| 44 | border-color: #aaa !important; |
45 | 45 | text-shadow: none !important; |
| 46 | cursor: not-allowed; |
46 | 47 | } |
47 | 48 | } |