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 0cff80e commit c43816fCopy full SHA for c43816f
packages/stacks-classic/lib/components/button/button.less
@@ -56,6 +56,14 @@
56
--_bu-number-fc-filled: var(--theme-button-primary-number-color, var(--theme-secondary-600));
57
--_bu-number-fc-selected: var(--white);
58
59
+ // CONTEXTUAL STYLES
60
+ .highcontrast-mode({
61
+ --_bu-bc: currentColor;
62
+ --_bu-fc-selected: var(--white);
63
+ --_bu-badge-o: 0.8;
64
+ --_bu-number-fc-selected: var(--theme-button-primary-number-color, var(--theme-secondary-600));
65
+ });
66
+
67
// STATES
68
fieldset[disabled] &,
69
&[disabled],
0 commit comments