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.
This commit is contained in:
palashb01 2023-04-18 04:06:19 +05:30 committed by Tim Abbott
parent cee0cabd8d
commit 8eb90bbc7f
1 changed files with 4 additions and 0 deletions

View File

@ -256,6 +256,10 @@ li.show-more-topics {
.pm_left_col {
min-width: $left_col_size;
& span:not(.user_circle) {
opacity: 0.7;
}
}
}