mirror of https://github.com/zulip/zulip.git
night mode: Remove white borders in collapsible sidebars.
This commit is contained in:
parent
45293a18c6
commit
ad6fbbed62
|
@ -26,7 +26,7 @@ body.night-mode .message_embed .data-container::after {
|
|||
body.night-mode .column-left .left-sidebar,
|
||||
body.night-mode #settings_page .form-sidebar,
|
||||
body.night-mode .column-right .right-sidebar {
|
||||
border-left-color: hsla(0, 0%, 0%, 0.2);
|
||||
border-color: hsla(0, 0%, 0%, 0.2);
|
||||
}
|
||||
|
||||
body.night-mode .dark .message_label_clickable.stream_label,
|
||||
|
|
Loading…
Reference in New Issue