We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cd033 commit 0b05a1fCopy full SHA for 0b05a1f
src/lib/slider/slider.scss
@@ -393,6 +393,10 @@ $mat-slider-focus-ring-size: 30px !default;
393
left: 50%;
394
}
395
396
+ .mat-slider-thumb {
397
+ @include backface-visibility(hidden);
398
+ }
399
+
400
.mat-slider-thumb-label {
401
bottom: -$mat-slider-thumb-label-size / 2;
402
left: -($mat-slider-thumb-label-size + $mat-slider-thumb-arrow-gap);
0 commit comments