mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
overlay: Make sure all overlays have the same box shadow in dark mode.
Drafts, scheduled messages and message edit history had different box-shadow done in #25771. The main reason for the different color was for these overlays with the new background colors to play nice with the then message/sidebar sections using the old background colors. Since there is no such difference anymore, we can have one box-shadow for all overlays.
This commit is contained in:
committed by
Tim Abbott
parent
b05b5e72f5
commit
d9b7d8d2a6
@@ -113,14 +113,6 @@
|
||||
box-shadow: 0 0 30px hsl(212deg 32% 7%);
|
||||
}
|
||||
|
||||
#draft_overlay,
|
||||
#scheduled_messages_overlay_container,
|
||||
#message-edit-history-overlay-container {
|
||||
.flex.overlay-content > .overlay-container {
|
||||
box-shadow: 0 0 30px hsl(213deg 31% 0%);
|
||||
}
|
||||
}
|
||||
|
||||
.popover hr,
|
||||
hr {
|
||||
opacity: 0.2;
|
||||
|
Reference in New Issue
Block a user