Disabled <Button>s should not use cursor: pointer

This commit is contained in:
Evan Hahn 2021-02-24 16:53:49 -06:00 committed by Josh Perez
parent 254cddc514
commit 4b28fd896a
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
@include focus-box-shadow($color-black, $ultramarine-brand-light);
}
&:disabled {
cursor: not-allowed;
}
&--primary {
$color: $color-white;
$background-color: $ultramarine-ui-light;