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 e57aef2 commit ae3b0bfCopy full SHA for ae3b0bf
src/material/tree/_tree-theme.scss
@@ -28,9 +28,6 @@
28
@if inspection.get-theme-version($theme) == 1 {
29
@include token-utils.create-token-values(map.get(m3-tree.get-tokens($theme), typography));
30
} @else {
31
- // TODO(mmalerba): Stop calling this and resolve resulting screen diffs.
32
- $theme: inspection.private-get-typography-back-compat-theme($theme);
33
-
34
@include sass-utils.current-selector-or-root() {
35
@include token-utils.create-token-values-mixed(m2-tree.get-typography-tokens($theme));
36
}
0 commit comments