From 8eb90bbc7fb9ea0b833dc1f1032e1bb488aacf9b Mon Sep 17 00:00:00 2001 From: palashb01 Date: Tue, 18 Apr 2023 04:06:19 +0530 Subject: [PATCH] left_sidebar: Fix the opacity of group,bot icons. This commit fixes the opacity of the group-icon and bot-icon in the left-sidebar direct message section to make them look more consistent with the other icons in the left sidebar. --- web/styles/left_sidebar.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 79d18f4cca..9bfd7d345d 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -256,6 +256,10 @@ li.show-more-topics { .pm_left_col { min-width: $left_col_size; + + & span:not(.user_circle) { + opacity: 0.7; + } } }