File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ $mat-slider-focus-ring-size: 30px !default;
142
142
transition : transform $swift-ease-out-duration $swift-ease-out-timing-function ,
143
143
border-radius $swift-ease-out-duration $swift-ease-out-timing-function ,
144
144
background-color $swift-ease-out-duration $swift-ease-out-timing-function ;
145
+
146
+ @include cdk-high-contrast {
147
+ outline : solid 1px ;
148
+ }
145
149
}
146
150
147
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
+ @include cdk-high-contrast {
348
+ .mat-slider-thumb-label ,
349
+ .mat-slider-thumb-label-text {
350
+ transform : none ;
351
+ }
352
+ }
342
353
}
343
354
}
344
355
You can’t perform that action at this time.
0 commit comments