File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
material-experimental/theming Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 516
516
value- indicator- caret- height: _hardcode (10.5px , $exclude-hardcoded ),
517
517
value- indicator- caret- offset: _hardcode (-6px , $exclude-hardcoded ),
518
518
value- indicator- border- radius: _hardcode (50% , $exclude-hardcoded ),
519
- value- indicator- padding: _hardcode (0 px , $exclude-hardcoded ),
519
+ value- indicator- padding: _hardcode (0 , $exclude-hardcoded ),
520
520
);
521
521
}
522
522
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $prefix: (mat, slider);
24
24
value- indicator- caret- height: 6px ,
25
25
value- indicator- caret- offset: -5px ,
26
26
value- indicator- border- radius: 4px ,
27
- value- indicator- padding: 0 px 12px ,
27
+ value- indicator- padding: 0 12px ,
28
28
);
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ $mat-slider-horizontal-margin: 8px !default;
111
111
@include token-utils .create-token-slot (padding , value- indicator- padding);
112
112
@include token-utils .create-token-slot (border-radius , value- indicator- border- radius);
113
113
114
- & :before {
114
+ & :: before {
115
115
@include token-utils .create-token-slot (border-left-width , value- indicator- caret- width);
116
116
@include token-utils .create-token-slot (border-right-width , value- indicator- caret- width);
117
117
@include token-utils .create-token-slot (border-top-width , value- indicator- caret- height);
You can’t perform that action at this time.
0 commit comments