File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
@use ' @material/button/button' as mdc-button ;
2
- @use ' @material/button/button-theme' as mdc-button-theme ;
3
2
@use ' @material/button/button-text-theme' as mdc-button-text-theme ;
4
3
@use ' @material/button/button-filled-theme' as mdc-button-filled-theme ;
5
4
@use ' @material/button/button-protected-theme' as mdc-button-protected-theme ;
194
193
}
195
194
196
195
.mat-mdc-outlined-button {
197
- // Use `mat-mdc-button-base` to increase the specificity over the button's structural styles.
198
- & .mat-mdc-button-base {
199
- @include mdc-button-theme .density ($density-scale , $query : mdc-helpers .$mdc-base-styles-query );
200
- @include button-theme-private .touch-target-density ($density-scale );
201
- }
196
+ $density-tokens : tokens-mdc-outlined-button .get-density-tokens ($theme );
197
+ @include mdc-button-outlined-theme .theme ($density-tokens );
198
+ @include button-theme-private .touch-target-density ($density-scale );
202
199
}
203
200
}
204
201
You can’t perform that action at this time.
0 commit comments