From 9aa45379a99fb3c39e15fb7e60794feaa1d539c3 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 18 Dec 2019 12:27:38 +1100 Subject: [PATCH] show visually the selected conversation --- stylesheets/_session_theme_dark_left_pane.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stylesheets/_session_theme_dark_left_pane.scss b/stylesheets/_session_theme_dark_left_pane.scss index c139d6a23..22115f6d1 100644 --- a/stylesheets/_session_theme_dark_left_pane.scss +++ b/stylesheets/_session_theme_dark_left_pane.scss @@ -59,8 +59,15 @@ } } } + .module-conversation-list-item--is-selected { + background-color: $color-dark-70; + .module-conversation__user__profile-number, + .module-conversation__user__profile-name, + .module-conversation-list-item__message__text { + color: $session-color-white; + } + } } - .inbox { background: linear-gradient(90deg, $session-shade-2 100%, #171717 0%); }