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 ecf8b0d commit f1b65b6Copy full SHA for f1b65b6
src/lib/slider/slider.scss
@@ -142,6 +142,10 @@ $mat-slider-focus-ring-size: 30px !default;
142
transition: transform $swift-ease-out-duration $swift-ease-out-timing-function,
143
border-radius $swift-ease-out-duration $swift-ease-out-timing-function,
144
background-color $swift-ease-out-duration $swift-ease-out-timing-function;
145
+
146
+ @include cdk-high-contrast {
147
+ outline: solid 1px;
148
+ }
149
}
150
151
.mat-slider-thumb-label-text {
@@ -339,6 +343,13 @@ $mat-slider-focus-ring-size: 30px !default;
339
343
.mat-slider-thumb-label {
340
344
transform: rotate(45deg);
341
345
346
347
348
+ .mat-slider-thumb-label,
349
+ .mat-slider-thumb-label-text {
350
+ transform: none;
351
352
342
353
354
355
0 commit comments