We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15da8e2 commit ce3e8ddCopy full SHA for ce3e8dd
packages/web/src/components/Button/_Button.scss
@@ -24,7 +24,8 @@
24
text-decoration: none;
25
}
26
27
- &:disabled {
+ &:disabled,
28
+ &.Button--disabled {
29
cursor: default;
30
pointer-events: none;
31
packages/web/src/components/Button/_tools.scss
@@ -20,7 +20,8 @@
20
border-color: map.get($variables, active-border-color);
21
22
23
color: map.get($variables, disabled-color);
background-color: map.get($variables, disabled-background);
border-color: map.get($variables, disabled-border-color);
0 commit comments