draft-components 2.9.1 → 2.9.2
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 +5 -1
- package/package.json +1 -1
package/css/draft-components.css
CHANGED
|
@@ -2177,13 +2177,17 @@
|
|
|
2177
2177
|
border: none;
|
|
2178
2178
|
}
|
|
2179
2179
|
|
|
2180
|
+
.dc-slider-range__label,
|
|
2181
|
+
.dc-slider-range__label[hidden] {
|
|
2182
|
+
display: inline-flex;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2180
2185
|
.dc-slider-range__label {
|
|
2181
2186
|
font: var(--dc-text-xs);
|
|
2182
2187
|
color: var(--dc-slider-range-label-text-color);
|
|
2183
2188
|
position: absolute;
|
|
2184
2189
|
top: 0;
|
|
2185
2190
|
left: 0;
|
|
2186
|
-
display: inline-flex;
|
|
2187
2191
|
align-items: center;
|
|
2188
2192
|
box-sizing: border-box;
|
|
2189
2193
|
height: var(--dc-slider-range-label-height);
|