unset default disabled button styles
This commit is contained in:
parent
c4fcd9540c
commit
d633c69630
@ -3,3 +3,11 @@
|
|||||||
* @see https://designsystem.digital.gov/components/buttons/
|
* @see https://designsystem.digital.gov/components/buttons/
|
||||||
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_buttons.scss
|
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_buttons.scss
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
[type='button'] {
|
||||||
|
&:disabled {
|
||||||
|
background-color: unset;
|
||||||
|
opacity: 0.75;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user