|
6 | 6 | ".spectrum-Calendar-body",
|
7 | 7 | ".spectrum-Calendar-date",
|
8 | 8 | ".spectrum-Calendar-date.is-disabled",
|
| 9 | + ".spectrum-Calendar-date.is-disabled.is-range-selection", |
9 | 10 | ".spectrum-Calendar-date.is-disabled.is-selected",
|
10 | 11 | ".spectrum-Calendar-date.is-focused",
|
11 | 12 | ".spectrum-Calendar-date.is-focused.is-range-selection",
|
|
31 | 32 | ".spectrum-Calendar-date.is-range-selection.is-selection-start.is-selection-end",
|
32 | 33 | ".spectrum-Calendar-date.is-range-selection.is-selection-start:after",
|
33 | 34 | ".spectrum-Calendar-date.is-range-selection.is-selection-start:before",
|
| 35 | + ".spectrum-Calendar-date.is-range-selection.is-today", |
34 | 36 | ".spectrum-Calendar-date.is-range-selection:hover",
|
35 | 37 | ".spectrum-Calendar-date.is-selected",
|
36 | 38 | ".spectrum-Calendar-date.is-selected:hover:not(.is-selection-end, .is-selection-start)",
|
|
183 | 185 | "--mod-actionbutton-min-width"
|
184 | 186 | ],
|
185 | 187 | "high-contrast": [
|
| 188 | + "--highcontrast-calendar-button-icon-color", |
186 | 189 | "--highcontrast-calendar-day-background-cap-selected",
|
| 190 | + "--highcontrast-calendar-day-background-color-cap-selected", |
| 191 | + "--highcontrast-calendar-day-background-color-down", |
| 192 | + "--highcontrast-calendar-day-background-color-hover", |
| 193 | + "--highcontrast-calendar-day-background-color-key-focus", |
| 194 | + "--highcontrast-calendar-day-background-color-selected", |
| 195 | + "--highcontrast-calendar-day-background-color-selected-hover", |
187 | 196 | "--highcontrast-calendar-day-background-down",
|
188 | 197 | "--highcontrast-calendar-day-background-focus",
|
189 | 198 | "--highcontrast-calendar-day-background-hover",
|
190 | 199 | "--highcontrast-calendar-day-background-selected",
|
191 | 200 | "--highcontrast-calendar-day-background-selected-hover",
|
192 | 201 | "--highcontrast-calendar-day-border-color-focus",
|
| 202 | + "--highcontrast-calendar-day-border-color-key-focus", |
193 | 203 | "--highcontrast-calendar-day-text-color-cap-selected",
|
| 204 | + "--highcontrast-calendar-day-text-color-disabled", |
194 | 205 | "--highcontrast-calendar-day-text-color-hover",
|
195 | 206 | "--highcontrast-calendar-day-text-color-key-focus",
|
196 | 207 | "--highcontrast-calendar-day-text-color-selected",
|
197 | 208 | "--highcontrast-calendar-day-title-text-color",
|
| 209 | + "--highcontrast-calendar-day-today-background-color-selected-hover", |
198 | 210 | "--highcontrast-calendar-day-today-background-selected-hover",
|
199 | 211 | "--highcontrast-calendar-day-today-border-color",
|
200 |
| - "--highcontrast-calendar-day-today-text-color" |
| 212 | + "--highcontrast-calendar-day-today-border-color-disabled", |
| 213 | + "--highcontrast-calendar-day-today-text-color", |
| 214 | + "--highcontrast-calendar-day-today-text-color-disabled" |
201 | 215 | ]
|
202 | 216 | }
|
0 commit comments