zulip/static
YashRE42 bc3d03730f message_controls: Inherit visibility from .message_failed.
Previously, there was a bug where a failed message would only show the
`.message_failed` icons on hover, the intent was for them to always be
visible if a message failed to send.

The cause of the above bug was that in
e7b1de8ace we modified the html
structure of the icons such that each icon was inside its own div,
which possessed the `message_control_button` class, and both such divs
were inside a `.message_failed` div. The unintended consequence of this
change was that the rule `.message_controls .message_control_button`
would apply `visibility: hidden` to the icons.

Hence, this commit explicitly sets the visibility of
`.message_failed .message_control_button` to `inherit`.
2021-12-12 11:14:46 -08:00
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio notificaiton_sounds: Add some atonal sounds created by @stwime. 2021-02-05 12:28:20 -08:00
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images policies: Update Kandra Labs policies pages. 2021-12-10 17:56:12 -08:00
js settings: Change "N minutes" options to Custom. 2021-12-09 11:52:27 -08:00
shared eslint: Fix unicorn/prefer-code-point. 2021-12-03 14:33:53 -08:00
styles message_controls: Inherit visibility from .message_failed. 2021-12-12 11:14:46 -08:00
templates settings: Change "N minutes" options to Custom. 2021-12-09 11:52:27 -08:00
third lint: Fix typos found by codespell. 2021-10-19 16:51:13 -07:00
.gitignore dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00