From b6a29a03f58d5f5106499d148624ba26bc5ab87f Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 28 Nov 2022 19:24:32 +0000 Subject: [PATCH] left_sidebar: Add border radius to the selected stream. --- static/styles/left_sidebar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/left_sidebar.css b/static/styles/left_sidebar.css index c31004e159..f4a0966f06 100644 --- a/static/styles/left_sidebar.css +++ b/static/styles/left_sidebar.css @@ -375,6 +375,7 @@ li.active-sub-filter { .topic-list .filter-topics, > .bottom_left_row { background-color: hsl(202, 56%, 91%); + border-radius: 4px; } }