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 2c28fc7 commit 55efc31Copy full SHA for 55efc31
src/scss/phy/button.scss
@@ -44,7 +44,7 @@
44
text-decoration: none;
45
}
46
47
- &:disabled {
+ &:disabled, &.disabled {
48
background-color: var(--buttons-dark-disabled);
49
color: var(--buttons-dark-text);
50
@@ -71,7 +71,7 @@
71
72
73
74
75
color: var(--buttons-light-disabled-text);
76
77
@@ -95,7 +95,7 @@
95
96
97
98
99
100
101
@@ -124,7 +124,7 @@
124
box-shadow: 0 0 0 3px var(--buttons-dark), 0 0 0 4.5px var(--buttons-focus-ring) !important;
125
126
127
128
color: var(--buttons-dark-disabled-text);
129
130
0 commit comments