|
67 | 67 | --wpds-color-background-interactive-brand-strong: #3858e9; |
68 | 68 | /* Background color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active. */ |
69 | 69 | --wpds-color-background-interactive-brand-strong-active: #2e49d9; |
| 70 | + /* Background color for interactive elements with strong emphasis, in their disabled state, regardless of the tone. */ |
| 71 | + --wpds-color-background-interactive-brand-strong-disabled: #e6e6e6; |
70 | 72 | /* Background color for interactive elements with brand tone and weak emphasis. */ |
71 | 73 | --wpds-color-background-interactive-brand-weak: #0000; |
72 | 74 | /* Background color for interactive elements with brand tone and weak emphasis that are hovered, focused, or active. */ |
73 | 75 | --wpds-color-background-interactive-brand-weak-active: #e6eaf4; |
| 76 | + /* Background color for interactive elements with weak emphasis, in their disabled state, regardless of the tone. */ |
| 77 | + --wpds-color-background-interactive-brand-weak-disabled: #0000; |
74 | 78 | /* Background color for interactive elements with error tone and normal emphasis. */ |
75 | 79 | --wpds-color-background-interactive-error: #0000; |
76 | 80 | /* Background color for interactive elements with error tone and normal emphasis that are hovered, focused, or active. */ |
77 | 81 | --wpds-color-background-interactive-error-active: #fff6f5; |
| 82 | + /* Background color for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */ |
| 83 | + --wpds-color-background-interactive-error-disabled: #0000; |
78 | 84 | /* Background color for interactive elements with error tone and strong emphasis. */ |
79 | 85 | --wpds-color-background-interactive-error-strong: #cc1818; |
80 | 86 | /* Background color for interactive elements with error tone and strong emphasis that are hovered, focused, or active. */ |
81 | 87 | --wpds-color-background-interactive-error-strong-active: #b90000; |
| 88 | + /* Background color for interactive elements with strong emphasis, in their disabled state, regardless of the tone. */ |
| 89 | + --wpds-color-background-interactive-error-strong-disabled: #e6e6e6; |
82 | 90 | /* Background color for interactive elements with error tone and weak emphasis. */ |
83 | 91 | --wpds-color-background-interactive-error-weak: #0000; |
84 | 92 | /* Background color for interactive elements with error tone and weak emphasis that are hovered, focused, or active. */ |
85 | 93 | --wpds-color-background-interactive-error-weak-active: #f6e6e3; |
| 94 | + /* Background color for interactive elements with weak emphasis, in their disabled state, regardless of the tone. */ |
| 95 | + --wpds-color-background-interactive-error-weak-disabled: #0000; |
86 | 96 | /* Background color for tracks with a neutral tone and weak emphasis (eg. scrollbar track). */ |
87 | 97 | --wpds-color-background-track-neutral-weak: #f0f0f0; |
88 | 98 | /* Background color for tracks with a neutral tone and normal emphasis (eg. slider or progressbar track). */ |
|
141 | 151 | --wpds-color-foreground-interactive-brand: #3858e9; |
142 | 152 | /* Foreground color for interactive elements with brand tone and normal emphasis that are hovered, focused, or active. */ |
143 | 153 | --wpds-color-foreground-interactive-brand-active: #3858e9; |
| 154 | + /* Foreground color for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */ |
| 155 | + --wpds-color-foreground-interactive-brand-disabled: #8d8d8d; |
144 | 156 | /* Foreground color for interactive elements with brand tone and strong emphasis. */ |
145 | 157 | --wpds-color-foreground-interactive-brand-strong: #eff0f2; |
146 | 158 | /* Foreground color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active. */ |
147 | 159 | --wpds-color-foreground-interactive-brand-strong-active: #eff0f2; |
| 160 | + /* Foreground color for interactive elements with strong emphasis, in their disabled state, regardless of the tone. */ |
| 161 | + --wpds-color-foreground-interactive-brand-strong-disabled: #8d8d8d; |
148 | 162 | /* Foreground color for interactive elements with error tone and normal emphasis. */ |
149 | 163 | --wpds-color-foreground-interactive-error: #cc1818; |
150 | 164 | /* Foreground color for interactive elements with error tone and normal emphasis that are hovered, focused, or active. */ |
151 | 165 | --wpds-color-foreground-interactive-error-active: #cc1818; |
| 166 | + /* Foreground color for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */ |
| 167 | + --wpds-color-foreground-interactive-error-disabled: #8d8d8d; |
152 | 168 | /* Foreground color for interactive elements with error tone and strong emphasis. */ |
153 | 169 | --wpds-color-foreground-interactive-error-strong: #f2efef; |
154 | 170 | /* Foreground color for interactive elements with error tone and strong emphasis that are hovered, focused, or active. */ |
155 | 171 | --wpds-color-foreground-interactive-error-strong-active: #f2efef; |
| 172 | + /* Foreground color for interactive elements with strong emphasis, in their disabled state, regardless of the tone. */ |
| 173 | + --wpds-color-foreground-interactive-error-strong-disabled: #8d8d8d; |
156 | 174 | /* Decorative stroke color used to define neutrally-toned surface boundaries with normal emphasis. */ |
157 | 175 | --wpds-color-stroke-surface-neutral: #dbdbdb; |
158 | 176 | /* Decorative stroke color used to define neutrally-toned surface boundaries with weak emphasis. */ |
|
191 | 209 | --wpds-color-stroke-interactive-brand: #3858e9; |
192 | 210 | /* Accessible stroke color used for interactive brand-toned elements with normal emphasis that are hovered, focused, or active. */ |
193 | 211 | --wpds-color-stroke-interactive-brand-active: #2337c8; |
| 212 | + /* Accessible stroke color used for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */ |
| 213 | + --wpds-color-stroke-interactive-brand-disabled: #dbdbdb; |
194 | 214 | /* Accessible stroke color used for interactive error-toned elements with normal emphasis. */ |
195 | 215 | --wpds-color-stroke-interactive-error: #cc1818; |
196 | 216 | /* Accessible stroke color used for interactive error-toned elements with normal emphasis that are hovered, focused, or active. */ |
197 | 217 | --wpds-color-stroke-interactive-error-active: #9d0000; |
| 218 | + /* Accessible stroke color used for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */ |
| 219 | + --wpds-color-stroke-interactive-error-disabled: #dbdbdb; |
198 | 220 | /* Accessible stroke color used for interactive error-toned elements with strong emphasis. */ |
199 | 221 | --wpds-color-stroke-interactive-error-strong: #cc1818; |
| 222 | + /* Accessible stroke color used for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */ |
| 223 | + --wpds-color-stroke-interactive-error-strong-disabled: #dbdbdb; |
200 | 224 | /* Accessible stroke color applied to focus rings. */ |
201 | 225 | --wpds-color-stroke-focus: #3858e9; |
202 | 226 | /* Cursor style for interactive controls that are not links (e.g. buttons, checkboxes, and toggles). */ |
|
0 commit comments