We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37732cb commit 2ec9dffCopy full SHA for 2ec9dff
src/lib/slider/slider.scss
@@ -94,8 +94,8 @@ $mat-slider-focus-ring-size: 30px !default;
94
background-color $swift-ease-out-duration $swift-ease-out-timing-function,
95
opacity $swift-ease-out-duration $swift-ease-out-timing-function;
96
97
- .cdk-keyboard-focused &,
98
- .cdk-program-focused & {
+ .mat-slider.cdk-keyboard-focused &,
+ .mat-slider.cdk-program-focused & {
99
transform: scale(1);
100
opacity: 1;
101
}
@@ -197,8 +197,7 @@ $mat-slider-focus-ring-size: 30px !default;
197
// Slider with thumb label.
198
.mat-slider-thumb-label-showing {
199
.mat-slider-focus-ring {
200
- transform: scale(0);
201
- opacity: 0;
+ display: none;
202
203
204
.mat-slider-thumb-label {
0 commit comments