@@ -63,63 +63,68 @@ $mat-button-state-target: '.mdc-button__ripple';
6363
6464 .mat-mdc-button , .mat-mdc-outlined-button {
6565 & .mat-unthemed {
66- @include mdc-button-ink-color (mdc-helpers .$mdc-theme-on-surface , $query : mdc-helpers .$mat-theme-styles-query );
66+ @include mdc-button-ink-color (mdc-helpers .$mdc-theme-on-surface ,
67+ $query : mdc-helpers .$mat-theme-styles-query );
6768 }
6869
6970 & .mat-primary {
7071 @include mdc-button-ink-color (primary, $query : mdc-helpers .$mat-theme-styles-query );
71- @include mdc-states-base-color (
72- primary, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
72+ @include mdc-states-base-color (primary, $query : mdc-helpers . $mat-theme-styles-query ,
73+ $ripple-target : $mat-button-state-target );
7374 @include _mat-button-ripple-ink-color (primary);
7475 }
7576
7677 & .mat-accent {
7778 @include mdc-button-ink-color (secondary, $query : mdc-helpers .$mat-theme-styles-query );
78- @include mdc-states-base-color (
79- secondary, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
79+ @include mdc-states-base-color (secondary, $query : mdc-helpers . $mat-theme-styles-query ,
80+ $ripple-target : $mat-button-state-target );
8081 @include _mat-button-ripple-ink-color (secondary);
8182 }
8283
8384 & .mat-warn {
8485 @include mdc-button-ink-color (error, $query : mdc-helpers .$mat-theme-styles-query );
85- @include mdc-states-base-color (
86- error, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
86+ @include mdc-states-base-color (error, $query : mdc-helpers . $mat-theme-styles-query ,
87+ $ripple-target : $mat-button-state-target );
8788 @include _mat-button-ripple-ink-color (error);
8889 }
8990 }
9091
9192 .mat-mdc-raised-button ,
9293 .mat-mdc-unelevated-button {
9394 & .mat-unthemed {
94- @include mdc-button-container-fill-color (
95- mdc-helpers .$mdc-theme-surface , $query : mdc-helpers .$mat-theme-styles-query );
96- @include mdc-button-ink-color (mdc-helpers .$mdc-theme-on-surface , $query : mdc-helpers .$mat-theme-styles-query );
95+ @include mdc-button-container-fill-color (mdc-helpers .$mdc-theme-surface ,
96+ $query : mdc-helpers .$mat-theme-styles-query );
97+ @include mdc-button-ink-color (mdc-helpers .$mdc-theme-on-surface ,
98+ $query : mdc-helpers .$mat-theme-styles-query );
9799 @include mdc-states-base-color (
98100 mdc-helpers .$mdc-theme-on-surface , $query : mdc-helpers .$mat-theme-styles-query ,
99101 $ripple-target : $mat-button-state-target );
100102 }
101103
102104 & .mat-primary {
103- @include mdc-button-container-fill-color (primary, $query : mdc-helpers .$mat-theme-styles-query );
105+ @include mdc-button-container-fill-color (primary,
106+ $query : mdc-helpers .$mat-theme-styles-query );
104107 @include mdc-button-ink-color (on- primary, $query : mdc-helpers .$mat-theme-styles-query );
105- @include mdc-states-base-color (
106- on - primary, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
108+ @include mdc-states-base-color (on - primary, $query : mdc-helpers . $mat-theme-styles-query ,
109+ $ripple-target : $mat-button-state-target );
107110 @include _mat-button-ripple-ink-color (on- primary);
108111 }
109112
110113 & .mat-accent {
111- @include mdc-button-container-fill-color (secondary, $query : mdc-helpers .$mat-theme-styles-query );
114+ @include mdc-button-container-fill-color (secondary,
115+ $query : mdc-helpers .$mat-theme-styles-query );
112116 @include mdc-button-ink-color (on- secondary, $query : mdc-helpers .$mat-theme-styles-query );
113- @include mdc-states-base-color (
114- on - secondary, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
117+ @include mdc-states-base-color (on - secondary, $query : mdc-helpers . $mat-theme-styles-query ,
118+ $ripple-target : $mat-button-state-target );
115119 @include _mat-button-ripple-ink-color (on- secondary);
116120 }
117121
118122 & .mat-warn {
119- @include mdc-button-container-fill-color (error, $query : mdc-helpers .$mat-theme-styles-query );
123+ @include mdc-button-container-fill-color (error,
124+ $query : mdc-helpers .$mat-theme-styles-query );
120125 @include mdc-button-ink-color (on- error, $query : mdc-helpers .$mat-theme-styles-query );
121- @include mdc-states-base-color (
122- on - error, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
126+ @include mdc-states-base-color (on - error, $query : mdc-helpers . $mat-theme-styles-query ,
127+ $ripple-target : $mat-button-state-target );
123128 @include _mat-button-ripple-ink-color (on- error);
124129 }
125130
@@ -130,7 +135,8 @@ $mat-button-state-target: '.mdc-button__ripple';
130135
131136 .mat-mdc-outlined-button {
132137 & .mat-unthemed {
133- @include mdc-button-outline-color (mdc-helpers .$mdc-theme-on-surface , $query : mdc-helpers .$mat-theme-styles-query );
138+ @include mdc-button-outline-color (mdc-helpers .$mdc-theme-on-surface ,
139+ $query : mdc-helpers .$mat-theme-styles-query );
134140 }
135141
136142 & .mat-primary {
@@ -214,29 +220,33 @@ $mat-button-state-target: '.mdc-button__ripple';
214220 @include mdc-states-base-color (
215221 mdc-helpers .$mdc-theme-on-surface , $query : mdc-helpers .$mat-theme-styles-query ,
216222 $ripple-target : $mat-button-state-target );
217- @include mdc-fab-container-color (mdc-helpers .$mdc-theme-surface , $query : mdc-helpers .$mat-theme-styles-query );
218- @include mdc-fab-ink-color (mdc-helpers .$mdc-theme-on-surface , $query : mdc-helpers .$mat-theme-styles-query );
223+ @include mdc-fab-container-color (mdc-helpers .$mdc-theme-surface ,
224+ $query : mdc-helpers .$mat-theme-styles-query );
225+ @include mdc-fab-ink-color (mdc-helpers .$mdc-theme-on-surface ,
226+ $query : mdc-helpers .$mat-theme-styles-query );
219227 }
220228
221229 & .mat-primary {
222230 @include mdc-states-base-color (
223- on- primary, $query : mdc-helpers .$mat-theme-styles-query , $ripple-target : $mat-button-state-target );
231+ on- primary, $query : mdc-helpers .$mat-theme-styles-query ,
232+ $ripple-target : $mat-button-state-target );
224233 @include mdc-fab-container-color (primary, $query : mdc-helpers .$mat-theme-styles-query );
225234 @include mdc-fab-ink-color (on- primary, $query : mdc-helpers .$mat-theme-styles-query );
226235 @include _mat-button-ripple-ink-color (on- primary);
227236 }
228237
229238 & .mat-accent {
230- @include mdc-states-base-color (
231- on - secondary, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
239+ @include mdc-states-base-color (on - secondary, $query : mdc-helpers . $mat-theme-styles-query ,
240+ $ripple-target : $mat-button-state-target );
232241 @include mdc-fab-container-color (secondary, $query : mdc-helpers .$mat-theme-styles-query );
233242 @include mdc-fab-ink-color (on- secondary, $query : mdc-helpers .$mat-theme-styles-query );
234243 @include _mat-button-ripple-ink-color (on- secondary);
235244 }
236245
237246 & .mat-warn {
238247 @include mdc-states-base-color (
239- on- error, $query : mdc-helpers .$mat-theme-styles-query , $ripple-target : $mat-button-state-target );
248+ on- error, $query : mdc-helpers .$mat-theme-styles-query ,
249+ $ripple-target : $mat-button-state-target );
240250 @include mdc-fab-container-color (error, $query : mdc-helpers .$mat-theme-styles-query );
241251 @include mdc-fab-ink-color (on- error, $query : mdc-helpers .$mat-theme-styles-query );
242252 @include _mat-button-ripple-ink-color (on- error);
@@ -290,29 +300,30 @@ $mat-button-state-target: '.mdc-button__ripple';
290300 $query : mdc-helpers .$mat-theme-styles-query , $ripple-target : $mat-button-state-target );
291301
292302 & .mat-unthemed {
293- @include mdc-states-base-color (
294- mdc-helpers .$mdc -theme-on-surface , $query : mdc-helpers . $mat-theme-styles-query ,
295- $ripple-target : $mat -button-state-target );
296- @include mdc-icon-button-ink-color ( mdc-helpers . $mdc-theme-on-surface , $query : mdc-helpers .$mat-theme-styles-query );
303+ @include mdc-states-base-color (mdc-helpers . $mdc-theme-on-surface ,
304+ $query : mdc-helpers .$mat -theme-styles-query , $ripple-target : $mat-button-state-target );
305+ @include mdc-icon -button-ink-color ( mdc-helpers . $mdc-theme-on-surface ,
306+ $query : mdc-helpers .$mat-theme-styles-query );
297307 }
298308
299309 & .mat-primary {
300310 @include mdc-states-base-color (
301- primary, $query : mdc-helpers .$mat-theme-styles-query , $ripple-target : $mat-button-state-target );
311+ primary, $query : mdc-helpers .$mat-theme-styles-query ,
312+ $ripple-target : $mat-button-state-target );
302313 @include mdc-icon-button-ink-color (primary, $query : mdc-helpers .$mat-theme-styles-query );
303314 @include _mat-button-ripple-ink-color (primary);
304315 }
305316
306317 & .mat-accent {
307- @include mdc-states-base-color (
308- secondary, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
318+ @include mdc-states-base-color (secondary, $query : mdc-helpers . $mat-theme-styles-query ,
319+ $ripple-target : $mat-button-state-target );
309320 @include mdc-icon-button-ink-color (secondary, $query : mdc-helpers .$mat-theme-styles-query );
310321 @include _mat-button-ripple-ink-color (secondary);
311322 }
312323
313324 & .mat-warn {
314- @include mdc-states-base-color (
315- error, $query : mdc-helpers . $mat-theme-styles-query , $ripple-target : $mat-button-state-target );
325+ @include mdc-states-base-color (error, $query : mdc-helpers . $mat-theme-styles-query ,
326+ $ripple-target : $mat-button-state-target );
316327 @include mdc-icon-button-ink-color (error, $query : mdc-helpers .$mat-theme-styles-query );
317328 @include _mat-button-ripple-ink-color (error);
318329 }
0 commit comments