Fix color of disabled buttons in non-default color schemes, props ryelle, fixes #27759
git-svn-id: https://develop.svn.wordpress.org/trunk@28079 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2d9949bf91
commit
2bde9b5b56
@ -25,7 +25,8 @@
|
||||
|
||||
&[disabled],
|
||||
&:disabled,
|
||||
&.button-primary-disabled {
|
||||
&.button-primary-disabled,
|
||||
&.disabled {
|
||||
color: hsl( hue( $button-color ), 10%, 80% ) !important;
|
||||
background: darken( $button-color, 8% ) !important;
|
||||
border-color: darken( $button-color, 15% ) !important;
|
||||
|
Loading…
Reference in New Issue
Block a user