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 9fff92f commit 2aba8abCopy full SHA for 2aba8ab
src/lib/core/_core.scss
@@ -39,7 +39,8 @@
39
40
// Wrapper element that provides the theme background when the
41
// user's content isn't inside of a `mat-sidenav-container`.
42
- .mat-app-background {
+ .mat-app-background,
43
+ &.mat-app-background {
44
$background: map-get($theme, background);
45
$foreground: map-get($theme, foreground);
46
@@ -48,7 +49,9 @@
48
49
}
50
51
// Marker that is used to determine whether the user has added a theme to their page.
- .mat-theme-loaded-marker {
52
- display: none;
+ @at-root {
53
+ .mat-theme-loaded-marker {
54
+ display: none;
55
+ }
56
57
0 commit comments