draft-components 4.24.3 → 4.24.4
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
|
@@ -5797,7 +5797,8 @@
|
|
|
5797
5797
|
/* Listbox props */
|
|
5798
5798
|
--listbox-border-radius: 7px;
|
|
5799
5799
|
--listbox-background: var(--dc-white);
|
|
5800
|
-
--listbox-shadow:
|
|
5800
|
+
--listbox-shadow:
|
|
5801
|
+
0 0 0 1px rgb(var(--dc-black-rgb) / 8%),
|
|
5801
5802
|
0 -1px 0 0 rgb(var(--dc-black-rgb) / 5%), var(--dc-shadow-lg);
|
|
5802
5803
|
|
|
5803
5804
|
/* Empty state props */
|
|
@@ -5891,6 +5892,7 @@
|
|
|
5891
5892
|
}
|
|
5892
5893
|
|
|
5893
5894
|
.dc-multi-select__button [data-icon="caret-down"] {
|
|
5895
|
+
opacity: 0.65;
|
|
5894
5896
|
transform: translateY(7.5%);
|
|
5895
5897
|
transform-origin: center;
|
|
5896
5898
|
}
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
/* Listbox props */
|
|
32
32
|
--listbox-border-radius: 7px;
|
|
33
33
|
--listbox-background: var(--dc-white);
|
|
34
|
-
--listbox-shadow:
|
|
34
|
+
--listbox-shadow:
|
|
35
|
+
0 0 0 1px rgb(var(--dc-black-rgb) / 8%),
|
|
35
36
|
0 -1px 0 0 rgb(var(--dc-black-rgb) / 5%), var(--dc-shadow-lg);
|
|
36
37
|
|
|
37
38
|
/* Empty state props */
|
|
@@ -125,6 +126,7 @@
|
|
|
125
126
|
}
|
|
126
127
|
|
|
127
128
|
.dc-multi-select__button [data-icon="caret-down"] {
|
|
129
|
+
opacity: 0.65;
|
|
128
130
|
transform: translateY(7.5%);
|
|
129
131
|
transform-origin: center;
|
|
130
132
|
}
|