File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
$mdc-tooltip-color-tokens : m2-mdc-plain-tooltip .get-color-tokens ($config );
17
17
18
18
// Add values for MDC tooltip tokens.
19
- .mat-mdc-tooltip {
19
+ @include sass-utils . current-selector-or-root () {
20
20
@include mdc-plain-tooltip-theme .theme ($mdc-tooltip-color-tokens );
21
21
}
22
22
}
27
27
$mdc-tooltip-typography-tokens : m2-mdc-plain-tooltip .get-typography-tokens ($config );
28
28
29
29
// Add values for MDC tooltip tokens.
30
- .mat-mdc-tooltip {
30
+ @include sass-utils . current-selector-or-root () {
31
31
@include mdc-plain-tooltip-theme .theme ($mdc-tooltip-typography-tokens );
32
32
}
33
33
}
37
37
$mdc-tooltip-density-tokens : m2-mdc-plain-tooltip .get-density-tokens ($density-scale );
38
38
39
39
// Add values for MDC tooltip tokens.
40
- .mat-mdc-tooltip {
40
+ @include sass-utils . current-selector-or-root () {
41
41
@include mdc-plain-tooltip-theme .theme ($mdc-tooltip-density-tokens );
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments