File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ $_track-inactive-height: 4px;
319
319
left : 50% ;
320
320
position : absolute ;
321
321
transform : translateX (-50% );
322
+ visibility : hidden ;
322
323
}
323
324
}
324
325
@@ -355,13 +356,21 @@ $_track-inactive-height: 4px;
355
356
}
356
357
}
357
358
358
- .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator {
359
- @include feature-targeting .targets ($feat-animation ) {
360
- transition : animation .enter (transform , 100ms );
359
+ .mdc-slider__thumb--with-indicator {
360
+ .mdc-slider__value-indicator-container {
361
+ @include feature-targeting .targets ($feat-structure ) {
362
+ visibility : visible ;
363
+ }
361
364
}
362
365
363
- @include feature-targeting .targets ($feat-structure ) {
364
- transform : scale (1 );
366
+ .mdc-slider__value-indicator {
367
+ @include feature-targeting .targets ($feat-animation ) {
368
+ transition : animation .enter (transform , 100ms );
369
+ }
370
+
371
+ @include feature-targeting .targets ($feat-structure ) {
372
+ transform : scale (1 );
373
+ }
365
374
}
366
375
}
367
376
You can’t perform that action at this time.
0 commit comments