diff --git a/src/wp-admin/css/colors/_mixins.scss b/src/wp-admin/css/colors/_mixins.scss
index 4d0c079d1f..f83e948218 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: #606A73 !important; |
| 43 | background: #fbfbfc !important; |
| 44 | border-color: #a2aab2 !important; |
45 | 45 | text-shadow: none !important; |
46 | 46 | } |
47 | 47 | } |