mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#stream-filters-container .simplebar-content-wrapper {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
#private-container {
|
#private-container {
|
||||||
max-height: 210px;
|
max-height: 210px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user