unset default disabled button styles

This commit is contained in:
Andrew Croce 2018-10-18 09:59:07 -04:00
parent c4fcd9540c
commit d633c69630

View File

@ -3,3 +3,11 @@
* @see https://designsystem.digital.gov/components/buttons/
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_buttons.scss
*/
button,
[type='button'] {
&:disabled {
background-color: unset;
opacity: 0.75;
}
}