mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
left_sidebar: Show add-stream icon when focused during keyboard navigation.
This commit is contained in:
@@ -415,6 +415,10 @@
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.add-stream-icon-container:focus-visible .add_stream_icon {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-background-opaque-hover-narrow-filter);
|
||||
box-shadow: inset 0 0 0 1px var(--color-shadow-sidebar-row-hover);
|
||||
|
||||
Reference in New Issue
Block a user