mirror of https://github.com/zulip/zulip.git
left_sidebar: Add border radius to the selected stream.
This commit is contained in:
parent
79e859427a
commit
b6a29a03f5
|
@ -375,6 +375,7 @@ li.active-sub-filter {
|
|||
.topic-list .filter-topics,
|
||||
> .bottom_left_row {
|
||||
background-color: hsl(202, 56%, 91%);
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue