draft-components 4.23.1 → 4.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/draft-components.css
CHANGED
|
@@ -4683,7 +4683,7 @@
|
|
|
4683
4683
|
--head-background: var(--background);
|
|
4684
4684
|
--row-background-stripped: var(--dc-neutral-100);
|
|
4685
4685
|
--row-background-selected: var(--dc-neutral-100);
|
|
4686
|
-
--row-background-highlighted: var(--dc-
|
|
4686
|
+
--row-background-highlighted: var(--dc-yellow-50);
|
|
4687
4687
|
--cell-padding: 8px 12px;
|
|
4688
4688
|
--sort-btn-focus-ring: 2px solid var(--dc-focus-ring-color);
|
|
4689
4689
|
--sort-btn-focus-ring-offset: 2px;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--head-background: var(--background);
|
|
9
9
|
--row-background-stripped: var(--dc-neutral-100);
|
|
10
10
|
--row-background-selected: var(--dc-neutral-100);
|
|
11
|
-
--row-background-highlighted: var(--dc-
|
|
11
|
+
--row-background-highlighted: var(--dc-yellow-50);
|
|
12
12
|
--cell-padding: 8px 12px;
|
|
13
13
|
--sort-btn-focus-ring: 2px solid var(--dc-focus-ring-color);
|
|
14
14
|
--sort-btn-focus-ring-offset: 2px;
|