css: SCSS nesting for .alert-box in night_mode.scss.

This commit is contained in:
Abhishek-Balaji
2020-03-25 23:53:54 +05:30
committed by Tim Abbott
parent e7b7a644ea
commit 694035171d

View File

@@ -471,11 +471,12 @@ on a dark background, and don't change the dark labels dark either. */
border: 1px solid hsl(0, 75%, 65%); border: 1px solid hsl(0, 75%, 65%);
} }
.alert-box .alert.alert-error::before { .alert-box {
.alert.alert-error::before {
color: 1px solid hsl(0, 75%, 65%); color: 1px solid hsl(0, 75%, 65%);
} }
.alert-box .stacktrace { .stacktrace {
color: hsl(314, 22%, 85%); color: hsl(314, 22%, 85%);
.expand { .expand {
@@ -502,6 +503,7 @@ on a dark background, and don't change the dark labels dark either. */
} }
} }
} }
}
/* Popover: */ /* Popover: */
.hotspot.overlay .hotspot-popover, .hotspot.overlay .hotspot-popover,