zulip/static
jai2201 44bd6cafb7 js: Add tabindex attribute for anchor tag to allow focus.
This adds tabindex='0' in anchor tags for allowing the message menu
popover box to be focusable using hotkey 'i' through keyboard.

This is a necessary follow up to
729c09074a, which removed the href
attribute from anchor tags to which click-handlers were attached,
which resulted in making them non-focusable as jQuery doesn't allow
anchor tags to be focusable without tab-index or href attribute.

Fixes #21125.
2022-02-14 15:23:46 -08:00
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images policies: In DPA, add change history link and make a minor clarification. 2022-02-07 14:37:34 -08:00
js filter: Add near operation to operators allowing collapsing. 2022-02-14 12:00:11 -08:00
shared js: Avoid _.get. 2022-01-24 15:54:21 -08:00
styles reactions: Increase font size for reactions. 2022-02-14 12:01:09 -08:00
templates js: Add tabindex attribute for anchor tag to allow focus. 2022-02-14 15:23:46 -08:00
third docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
.gitignore