mirror of https://github.com/zulip/zulip.git
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:
parent
cee0cabd8d
commit
8eb90bbc7f
|
@ -256,6 +256,10 @@ li.show-more-topics {
|
|||
|
||||
.pm_left_col {
|
||||
min-width: $left_col_size;
|
||||
|
||||
& span:not(.user_circle) {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue