mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +00:00
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:
@@ -199,6 +199,10 @@ li.show-more-topics {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#stream-filters-container .simplebar-content-wrapper {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#private-container {
|
||||
max-height: 210px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user