draft-components 2.9.0 → 2.9.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 +3 -2
- package/package.json +1 -1
package/css/draft-components.css
CHANGED
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
.dc-slider-range__track::after {
|
|
2218
2218
|
content: "";
|
|
2219
2219
|
position: absolute;
|
|
2220
|
-
z-index:
|
|
2220
|
+
z-index: 0;
|
|
2221
2221
|
top: 50%;
|
|
2222
2222
|
display: block;
|
|
2223
2223
|
box-sizing: border-box;
|
|
@@ -2247,6 +2247,7 @@
|
|
|
2247
2247
|
-moz-appearance: none;
|
|
2248
2248
|
appearance: none;
|
|
2249
2249
|
position: absolute;
|
|
2250
|
+
z-index: 1;
|
|
2250
2251
|
top: 0;
|
|
2251
2252
|
left: 0;
|
|
2252
2253
|
cursor: default;
|
|
@@ -2259,7 +2260,7 @@
|
|
|
2259
2260
|
}
|
|
2260
2261
|
|
|
2261
2262
|
.dc-slider-range__input_active {
|
|
2262
|
-
z-index:
|
|
2263
|
+
z-index: 2;
|
|
2263
2264
|
}
|
|
2264
2265
|
|
|
2265
2266
|
.dc-slider-range__input:focus {
|