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 709f544 commit a42f004Copy full SHA for a42f004
components/actionbutton/index.css
@@ -92,6 +92,7 @@
92
--mod-actionbutton-border-color-focus: var(--spectrum-transparent-white-600);
93
94
--spectrum-actionbutton-background-color-disabled: transparent;
95
+ --spectrum-actionbutton-background-color-selected-disabled: var(--spectrum-transparent-white-200);
96
97
&,
98
&.spectrum-ActionButton--quiet {
components/actionbutton/metadata/metadata.json
@@ -198,6 +198,7 @@
198
"--spectrum-transparent-black-500",
199
"--spectrum-transparent-black-600",
200
"--spectrum-transparent-black-700",
201
+ "--spectrum-transparent-white-200",
202
"--spectrum-transparent-white-400",
203
"--spectrum-transparent-white-500",
204
"--spectrum-transparent-white-600",
0 commit comments