@@ -18,7 +18,9 @@ $button-icon-size: 28px;
18
18
display : block ;
19
19
20
20
@include token-utils .use-tokens (
21
- tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
21
+ tokens-mat-paginator .$prefix ,
22
+ tokens-mat-paginator .get-token-slots ()
23
+ ) {
22
24
@include mdc-typography .smooth-font ();
23
25
@include token-utils .create-token-slot (color , container- text- color);
24
26
@include token-utils .create-token-slot (background-color , container- background- color);
@@ -30,9 +32,13 @@ $button-icon-size: 28px;
30
32
31
33
// Apply custom form-field density for paginator.
32
34
@include token-utils .create-token-slot (
33
- --mat-form-field-container-height , form- field- container- height);
35
+ --mat-form-field-container-height ,
36
+ form- field- container- height
37
+ );
34
38
@include token-utils .create-token-slot (
35
- --mat-form-field-container-vertical-padding , form- field- container- vertical- padding);
39
+ --mat-form-field-container-vertical-padding ,
40
+ form- field- container- vertical- padding
41
+ );
36
42
37
43
.mat-mdc-select-value {
38
44
@include token-utils .create-token-slot (font-size , select- trigger- text- size);
@@ -67,7 +73,9 @@ $button-icon-size: 28px;
67
73
width : 100% ;
68
74
69
75
@include token-utils .use-tokens (
70
- tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
76
+ tokens-mat-paginator .$prefix ,
77
+ tokens-mat-paginator .get-token-slots ()
78
+ ) {
71
79
@include token-utils .create-token-slot (min-height , container- size);
72
80
}
73
81
}
@@ -106,7 +114,9 @@ $button-icon-size: 28px;
106
114
width : $button-icon-size ;
107
115
108
116
@include token-utils .use-tokens (
109
- tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
117
+ tokens-mat-paginator .$prefix ,
118
+ tokens-mat-paginator .get-token-slots ()
119
+ ) {
110
120
@include token-utils .create-token-slot (fill , enabled- icon- color);
111
121
112
122
.mat-mdc-icon-button [disabled ] & {
@@ -136,7 +146,10 @@ $button-icon-size: 28px;
136
146
}
137
147
138
148
.mat-mdc-paginator-touch-target {
139
- @include token-utils .use-tokens (tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
149
+ @include token-utils .use-tokens (
150
+ tokens-mat-paginator .$prefix ,
151
+ tokens-mat-paginator .get-token-slots ()
152
+ ) {
140
153
@include token-utils .create-token-slot (display , touch- target- display);
141
154
}
142
155
0 commit comments