draft-components 4.22.0 → 4.22.1
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
|
@@ -6316,7 +6316,7 @@
|
|
|
6316
6316
|
--icon-color: var(--dc-neutral-400);
|
|
6317
6317
|
--option-color: var(--dc-white);
|
|
6318
6318
|
--listbox-background: var(--dc-neutral-800);
|
|
6319
|
-
--listbox-shadow: 0 0 0 1px var(--dc-neutral-
|
|
6319
|
+
--listbox-shadow: 0 0 0 1px var(--dc-neutral-500), var(--dc-shadow-lg);
|
|
6320
6320
|
--token-color: var(--dc-white);
|
|
6321
6321
|
--token-background: var(--dc-neutral-600);
|
|
6322
6322
|
--token-background-hover: rgb(var(--dc-white-rgb) / 10%);
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
--icon-color: var(--dc-neutral-400);
|
|
305
305
|
--option-color: var(--dc-white);
|
|
306
306
|
--listbox-background: var(--dc-neutral-800);
|
|
307
|
-
--listbox-shadow: 0 0 0 1px var(--dc-neutral-
|
|
307
|
+
--listbox-shadow: 0 0 0 1px var(--dc-neutral-500), var(--dc-shadow-lg);
|
|
308
308
|
--token-color: var(--dc-white);
|
|
309
309
|
--token-background: var(--dc-neutral-600);
|
|
310
310
|
--token-background-hover: rgb(var(--dc-white-rgb) / 10%);
|