We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3b0bf commit f26ff4eCopy full SHA for f26ff4e
src/material/toolbar/_toolbar-theme.scss
@@ -47,9 +47,6 @@
47
@if inspection.get-theme-version($theme) == 1 {
48
@include token-utils.create-token-values(map.get(m3-toolbar.get-tokens($theme), typography));
49
} @else {
50
- // TODO(mmalerba): Stop calling this and resolve resulting screen diffs.
51
- $theme: inspection.private-get-typography-back-compat-theme($theme);
52
-
53
@include sass-utils.current-selector-or-root() {
54
@include token-utils.create-token-values-mixed(m2-toolbar.get-typography-tokens($theme));
55
}
0 commit comments