mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
css: SCSS nesting for .alert-box in night_mode.scss.
This commit is contained in:
committed by
Tim Abbott
parent
e7b7a644ea
commit
694035171d
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user