We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737d9e2 commit fea684aCopy full SHA for fea684a
src/packages/button/button.scss
@@ -286,6 +286,7 @@
286
color: $button-success-color;
287
}
288
289
+ &-disabled,
290
&-solid-disabled {
291
background: $button-success-disabled;
292
border-color: $button-success-disabled;
@@ -320,6 +321,7 @@
320
321
color: $button-info-color;
322
323
324
325
326
background: $button-info-disabled;
327
border-color: $button-info-disabled;
@@ -354,6 +356,7 @@
354
356
color: $button-danger-color;
355
357
358
359
360
361
background: $button-danger-disabled;
362
border-color: $button-danger-disabled;
0 commit comments