mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
We used to make message failed button (retry / cancel) invisible when the message is successfully send instead of not rendering them. This resulted in them being accessible via keyboard when they are not visible. I couldn't find a reason for retry and cancel buttons to use `visibility` to be hidden instead of just being not rendered via `display: none`.
4.0 KiB
4.0 KiB