night mode: Remove white borders in collapsible sidebars.

This commit is contained in:
Cynthia Lin 2018-04-07 07:39:12 -07:00 committed by Tim Abbott
parent 45293a18c6
commit ad6fbbed62
1 changed files with 1 additions and 1 deletions

View File

@ -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,