|
1 | 1 | /*!
|
2 |
| - * Copyright 2024 Adobe. All rights reserved. |
| 2 | + * Copyright 2025 Adobe. All rights reserved. |
3 | 3 | *
|
4 | 4 | * This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
5 | 5 | * you may not use this file except in compliance with the License. You may obtain a copy
|
|
24 | 24 | --spectrum-assetcard-selectionindicator-background-color-ordered: var(--spectrum-blue-800);
|
25 | 25 | --spectrum-assestcard-focus-indicator-color: var(--spectrum-blue-700);
|
26 | 26 |
|
27 |
| - --spectrum-assetlist-item-background-color-selected-hover: rgba(var(--spectrum-blue-800-rgb), 0.25); |
28 |
| - --spectrum-assetlist-item-background-color-selected: rgba(var(--spectrum-blue-800-rgb), 0.15); |
| 27 | + --spectrum-assetlist-item-background-color-selected-hover: rgb(var(--spectrum-blue-800-rgb), 0.25); |
| 28 | + --spectrum-assetlist-item-background-color-selected: rgb(var(--spectrum-blue-800-rgb), 0.15); |
29 | 29 | --spectrum-assetlist-border-color-key-focus: var(--spectrum-blue-700);
|
30 | 30 |
|
31 | 31 | --spectrum-badge-label-icon-color-primary: var(--spectrum-black);
|
32 | 32 |
|
33 |
| - --spectrum-calendar-day-background-color-selected: rgba(var(--spectrum-blue-800-rgb), 0.15); |
34 |
| - --spectrum-calendar-day-background-color-hover: rgba(var(--spectrum-white-rgb), 0.07); |
35 |
| - --spectrum-calendar-day-today-background-color-selected-hover: rgba(var(--spectrum-blue-800-rgb), 0.25); |
36 |
| - --spectrum-calendar-day-background-color-selected-hover: rgba(var(--spectrum-blue-800-rgb), 0.25); |
| 33 | + --spectrum-calendar-day-background-color-selected: rgb(var(--spectrum-blue-800-rgb), 0.15); |
| 34 | + --spectrum-calendar-day-background-color-hover: rgb(var(--spectrum-white-rgb), 0.07); |
| 35 | + --spectrum-calendar-day-today-background-color-selected-hover: rgb(var(--spectrum-blue-800-rgb), 0.25); |
| 36 | + --spectrum-calendar-day-background-color-selected-hover: rgb(var(--spectrum-blue-800-rgb), 0.25); |
37 | 37 | --spectrum-calendar-day-background-color-down: var(--spectrum-transparent-white-200);
|
38 |
| - --spectrum-calendar-day-background-color-cap-selected: rgba(var(--spectrum-blue-800-rgb), 0.25); |
39 |
| - --spectrum-calendar-day-background-color-key-focus: rgba(var(--spectrum-white-rgb), 0.07); |
| 38 | + --spectrum-calendar-day-background-color-cap-selected: rgb(var(--spectrum-blue-800-rgb), 0.25); |
| 39 | + --spectrum-calendar-day-background-color-key-focus: rgb(var(--spectrum-white-rgb), 0.07); |
40 | 40 | --spectrum-calendar-day-border-color-key-focus: var(--spectrum-blue-700);
|
41 | 41 | --spectrum-card-selected-background-color-rgb: var(--spectrum-blue-500-rgb);
|
42 | 42 |
|
|
58 | 58 | --spectrum-steplist-current-marker-color-key-focus: var(--spectrum-blue-700);
|
59 | 59 |
|
60 | 60 | --spectrum-swatch-border-color: rgb(255 255 255 / 51%);
|
61 |
| - --spectrum-swatch-border-color-light: rgb(255 255 255 / var(--swatch-group-border-opacity)); |
| 61 | + --spectrum-swatch-border-color-light: rgb(255 255 255 / 42%); |
62 | 62 |
|
63 |
| - --spectrum-treeview-item-background-color-quiet-selected: rgba(var(--spectrum-gray-900-rgb), 0.07); |
64 |
| - --spectrum-treeview-item-background-color-selected: rgba(var(--spectrum-blue-800-rgb), 0.15); |
| 63 | + /** |
| 64 | + * `--spectrum-swatch-group-border-color` / `--spectrum-swatch-group-border-opacity` |
| 65 | + */ |
| 66 | + --spectrum-swatchgroup-border-color: rgb(255 255 255 / 20%); |
| 67 | + |
| 68 | + --spectrum-treeview-item-background-color-quiet-selected: rgb(var(--spectrum-gray-900-rgb), 0.07); |
| 69 | + --spectrum-treeview-item-background-color-selected: rgb(var(--spectrum-blue-800-rgb), 0.15); |
65 | 70 | }
|
0 commit comments