Skip to content

Commit b4c0701

Browse files
committed
fix(*): restore missing mod and update metadata
1 parent e129aea commit b4c0701

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

components/actionbutton/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
--mod-actionbutton-background-color-focus: var(--mod-actionbutton-background-color-focus-selected, var(--spectrum-actionbutton-background-color-selected-focus));
109109
--mod-actionbutton-background-color-disabled: var(--spectrum-actionbutton-background-color-selected-disabled);
110110

111+
--mod-actionbutton-content-color-default: var(--mod-actionbutton-content-color-default-selected, var(--spectrum-gray-25));
112+
111113
--mod-actionbutton-border-color-default: transparent;
112114
--mod-actionbutton-border-color-hover: transparent;
113115
--mod-actionbutton-border-color-down: transparent;

components/actionbutton/metadata/metadata.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,10 @@
6262
"--mod-actionbutton-content-color-default-selected-emphasized",
6363
"--mod-actionbutton-content-color-disabled",
6464
"--mod-actionbutton-content-color-down",
65-
"--mod-actionbutton-content-color-down-selected",
6665
"--mod-actionbutton-content-color-down-selected-emphasized",
6766
"--mod-actionbutton-content-color-focus",
68-
"--mod-actionbutton-content-color-focus-selected",
6967
"--mod-actionbutton-content-color-focus-selected-emphasized",
7068
"--mod-actionbutton-content-color-hover",
71-
"--mod-actionbutton-content-color-hover-selected",
7269
"--mod-actionbutton-content-color-hover-selected-emphasized",
7370
"--mod-actionbutton-edge-to-hold-icon",
7471
"--mod-actionbutton-edge-to-text",
@@ -114,7 +111,6 @@
114111
"--spectrum-actionbutton-content-color-down",
115112
"--spectrum-actionbutton-content-color-focus",
116113
"--spectrum-actionbutton-content-color-hover",
117-
"--spectrum-actionbutton-content-color-selected",
118114
"--spectrum-actionbutton-edge-to-hold-icon",
119115
"--spectrum-actionbutton-edge-to-text",
120116
"--spectrum-actionbutton-edge-to-visual",
@@ -173,6 +169,7 @@
173169
"--spectrum-font-size-75",
174170
"--spectrum-gray-100",
175171
"--spectrum-gray-200",
172+
"--spectrum-gray-25",
176173
"--spectrum-gray-400",
177174
"--spectrum-gray-50",
178175
"--spectrum-gray-500",

0 commit comments

Comments
 (0)