left_sidebar: Add border radius to the selected stream.

This commit is contained in:
Aman Agrawal 2022-11-28 19:24:32 +00:00 committed by Tim Abbott
parent 79e859427a
commit b6a29a03f5
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ li.active-sub-filter {
.topic-list .filter-topics,
> .bottom_left_row {
background-color: hsl(202, 56%, 91%);
border-radius: 4px;
}
}