Disabled <Button>s should not use cursor: pointer
This commit is contained in:
parent
254cddc514
commit
4b28fd896a
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
||||||
@include focus-box-shadow($color-black, $ultramarine-brand-light);
|
@include focus-box-shadow($color-black, $ultramarine-brand-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
&--primary {
|
&--primary {
|
||||||
$color: $color-white;
|
$color: $color-white;
|
||||||
$background-color: $ultramarine-ui-light;
|
$background-color: $ultramarine-ui-light;
|
||||||
|
|
Loading…
Add table
Reference in a new issue