|
3 | 3 | "selectors": [
|
4 | 4 | ".spectrum-ActionButton",
|
5 | 5 | ".spectrum-ActionButton--sizeL",
|
6 |
| - ".spectrum-ActionButton--sizeM", |
7 | 6 | ".spectrum-ActionButton--sizeS",
|
8 | 7 | ".spectrum-ActionButton--sizeXL",
|
9 | 8 | ".spectrum-ActionButton--sizeXS",
|
|
18 | 17 | ".spectrum-ActionButton.is-selected .spectrum-ActionButton-hold",
|
19 | 18 | ".spectrum-ActionButton.is-selected .spectrum-ActionButton-icon",
|
20 | 19 | ".spectrum-ActionButton.is-selected .spectrum-ActionButton-label",
|
21 |
| - ".spectrum-ActionButton.spectrum-ActionButton--emphasized:not(.spectrum-ActionButton--staticBlack, .spectrum-ActionButton--staticWhite)", |
| 20 | + ".spectrum-ActionButton.spectrum-ActionButton--emphasized", |
22 | 21 | ".spectrum-ActionButton.spectrum-ActionButton--quiet",
|
23 | 22 | ".spectrum-ActionButton.spectrum-ActionButton--sizeL",
|
24 |
| - ".spectrum-ActionButton.spectrum-ActionButton--sizeM", |
25 | 23 | ".spectrum-ActionButton.spectrum-ActionButton--sizeS",
|
26 | 24 | ".spectrum-ActionButton.spectrum-ActionButton--sizeXL",
|
27 | 25 | ".spectrum-ActionButton.spectrum-ActionButton--sizeXS",
|
|
89 | 87 | "--mod-actionbutton-icon-size",
|
90 | 88 | "--mod-actionbutton-label-color",
|
91 | 89 | "--mod-actionbutton-min-width",
|
| 90 | + "--mod-actionbutton-static-black-content-color", |
| 91 | + "--mod-actionbutton-static-black-content-color-down", |
| 92 | + "--mod-actionbutton-static-black-content-color-down-selected", |
| 93 | + "--mod-actionbutton-static-black-content-color-focus", |
| 94 | + "--mod-actionbutton-static-black-content-color-focus-selected", |
| 95 | + "--mod-actionbutton-static-black-content-color-hover", |
| 96 | + "--mod-actionbutton-static-black-content-color-hover-selected", |
| 97 | + "--mod-actionbutton-static-black-content-color-selected", |
92 | 98 | "--mod-actionbutton-static-content-color",
|
| 99 | + "--mod-actionbutton-static-white-content-color", |
| 100 | + "--mod-actionbutton-static-white-content-color-down", |
| 101 | + "--mod-actionbutton-static-white-content-color-focus", |
| 102 | + "--mod-actionbutton-static-white-content-color-hover", |
| 103 | + "--mod-actionbutton-static-white-content-color-selected", |
93 | 104 | "--mod-actionbutton-text-to-visual",
|
94 | 105 | "--mod-animation-duration-100",
|
95 | 106 | "--mod-line-height-100",
|
|
103 | 114 | "--spectrum-action-button-edge-to-hold-icon-small",
|
104 | 115 | "--spectrum-actionbutton-background-color",
|
105 | 116 | "--spectrum-actionbutton-background-color-default",
|
| 117 | + "--spectrum-actionbutton-background-color-default-selected", |
106 | 118 | "--spectrum-actionbutton-background-color-disabled",
|
107 | 119 | "--spectrum-actionbutton-background-color-down",
|
| 120 | + "--spectrum-actionbutton-background-color-down-selected", |
108 | 121 | "--spectrum-actionbutton-background-color-focus",
|
| 122 | + "--spectrum-actionbutton-background-color-focus-selected", |
109 | 123 | "--spectrum-actionbutton-background-color-hover",
|
| 124 | + "--spectrum-actionbutton-background-color-hover-selected", |
110 | 125 | "--spectrum-actionbutton-background-color-selected",
|
111 | 126 | "--spectrum-actionbutton-background-color-selected-disabled",
|
112 | 127 | "--spectrum-actionbutton-background-color-selected-down",
|
|
122 | 137 | "--spectrum-actionbutton-border-radius-default",
|
123 | 138 | "--spectrum-actionbutton-border-width",
|
124 | 139 | "--spectrum-actionbutton-content-color",
|
| 140 | + "--spectrum-actionbutton-content-color-disabled", |
125 | 141 | "--spectrum-actionbutton-content-color-selected",
|
126 | 142 | "--spectrum-actionbutton-edge-to-hold-icon",
|
127 | 143 | "--spectrum-actionbutton-edge-to-text",
|
|
241 | 257 | "--system-action-button-border-color-down",
|
242 | 258 | "--system-action-button-border-color-focus",
|
243 | 259 | "--system-action-button-border-color-hover",
|
| 260 | + "--system-action-button-border-radius-default", |
244 | 261 | "--system-action-button-content-color-selected",
|
245 | 262 | "--system-action-button-quiet-background-color-default",
|
246 | 263 | "--system-action-button-quiet-background-color-disabled",
|
|
249 | 266 | "--system-action-button-quiet-background-color-hover",
|
250 | 267 | "--system-action-button-quiet-background-color-selected-disabled",
|
251 | 268 | "--system-action-button-size-l-border-radius-default",
|
252 |
| - "--system-action-button-size-m-border-radius-default", |
253 | 269 | "--system-action-button-size-s-border-radius-default",
|
254 | 270 | "--system-action-button-size-xl-border-radius-default",
|
255 | 271 | "--system-action-button-size-xs-border-radius-default",
|
|
0 commit comments