We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ae4da commit b153a08Copy full SHA for b153a08
src/material/button/_icon-button-theme.scss
@@ -107,6 +107,7 @@
107
.mat-mdc-icon-button.mat-mdc-button-base {
108
// Match the styles that used to be present. This is necessary for backwards
109
// compat to match the previous implementations selector count (two classes).
110
+ --mdc-icon-button-state-layer-size: #{$calculated-size};
111
--mat-icon-button-state-layer-size: #{$calculated-size};
112
113
// TODO: Switch calculated-size to "var(--mat-icon-button-state-layer-size)"
0 commit comments