left_sidebar: Remove outline from streams scrolling container.

Simplebar sets tabindex for `simplebar-content-wrapper` which
makes it focusable. The outline which comes with it when focused
is annoying, so we remove the outline.
This commit is contained in:
Aman Agrawal
2022-08-31 04:59:42 +00:00
committed by Tim Abbott
parent a8d640a5d6
commit bc937168cd

View File

@@ -199,6 +199,10 @@ li.show-more-topics {
width: 100%;
}
#stream-filters-container .simplebar-content-wrapper {
outline: none;
}
#private-container {
max-height: 210px;