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;
142142 transition : transform $swift-ease-out-duration $swift-ease-out-timing-function ,
143143 border-radius $swift-ease-out-duration $swift-ease-out-timing-function ,
144144 background-color $swift-ease-out-duration $swift-ease-out-timing-function ;
145+
146+ @include cdk-high-contrast {
147+ outline : solid 1px ;
148+ }
145149}
146150
147151.mat-slider-thumb-label-text {
@@ -339,6 +343,13 @@ $mat-slider-focus-ring-size: 30px !default;
339343 .mat-slider-thumb-label {
340344 transform : rotate (45deg );
341345 }
346+
347+ @include cdk-high-contrast {
348+ .mat-slider-thumb-label ,
349+ .mat-slider-thumb-label-text {
350+ transform : none ;
351+ }
352+ }
342353 }
343354}
344355
You can’t perform that action at this time.
0 commit comments