mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
css: Move out --box-shadow-overlay out of dark_theme.css.
Fixes #35881.
This commit is contained in:
committed by
Tim Abbott
parent
d9b7d8d2a6
commit
66466760a0
@@ -1118,6 +1118,12 @@ input.settings_text_input {
|
||||
}
|
||||
}
|
||||
|
||||
div.overlay .flex.overlay-content > .overlay-container,
|
||||
#settings_page,
|
||||
.informational-overlays .overlay-content {
|
||||
box-shadow: var(--box-shadow-overlay);
|
||||
}
|
||||
|
||||
.delete-selected-drafts-button-container {
|
||||
display: flex;
|
||||
}
|
||||
|
@@ -404,6 +404,9 @@
|
||||
*/
|
||||
--message-area-max-width: 57.4125em;
|
||||
|
||||
/* Box shadow for overlays across the web app */
|
||||
--box-shadow-overlay: none;
|
||||
|
||||
/* Shared sidebar typography and effects values. */
|
||||
--font-weight-sidebar-heading: 600;
|
||||
--font-weight-sidebar-action-heading: 370;
|
||||
@@ -3010,6 +3013,9 @@
|
||||
the unread marker to the left. */
|
||||
--unread-marker-left: 0;
|
||||
|
||||
/* Box shadow for overlays across the web app */
|
||||
--box-shadow-overlay: 0 0 30px hsl(212deg 32% 7%);
|
||||
|
||||
/* Colors used across the app */
|
||||
--color-recipient-bar-controls-spinner: hsl(0deg 0% 100%);
|
||||
--box-shadow-unread-counter-normal: none;
|
||||
|
@@ -107,12 +107,6 @@
|
||||
border-color: hsl(0deg 0% 0% / 90%);
|
||||
}
|
||||
|
||||
& div.overlay .flex.overlay-content > .overlay-container,
|
||||
#settings_page,
|
||||
.informational-overlays .overlay-content {
|
||||
box-shadow: 0 0 30px hsl(212deg 32% 7%);
|
||||
}
|
||||
|
||||
.popover hr,
|
||||
hr {
|
||||
opacity: 0.2;
|
||||
|
Reference in New Issue
Block a user