mirror of https://github.com/zulip/zulip.git
43eebbf9c6
Fixes #30403. Having tabIndex set to 0 led to keyboard focus being put on a scrollbar container, which led to users having to tab twice to skip a container. This commit also removes instances of tabIndex being set to -1 programatically for certain cases, since it is -1 by default now. This commit also removes `outline: none` for simplebar since that property is not needed anymore because the wrapper is not focusable anymore. |
||
---|---|---|
.. | ||
left_sidebar_all_messages_popover.hbs | ||
left_sidebar_condensed_views_popover.hbs | ||
left_sidebar_drafts_popover.hbs | ||
left_sidebar_inbox_popover.hbs | ||
left_sidebar_recent_view_popover.hbs | ||
left_sidebar_starred_messages_popover.hbs | ||
left_sidebar_stream_actions_popover.hbs | ||
left_sidebar_stream_setting_popover.hbs | ||
left_sidebar_topic_actions_popover.hbs |