zulip/static/styles
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
..
portico policies: Update Kandra Labs policies pages. 2021-12-10 17:56:12 -08:00
alerts.css static: Make alert.css shared between app and portico. 2021-04-26 09:27:05 -07:00
app_components.css compose: Enclose hotkeys in kbd tag. 2021-12-02 15:11:15 -08:00
components.css styles: Fix function-url-quotes. 2021-11-05 17:34:13 -07:00
compose.css compose_ui: Use white spinner on both dark and light theme. 2021-12-04 06:52:18 -08:00
dark_theme.css hotspots: Remove intro_reply hotspot. 2021-12-07 21:55:59 -08:00
drafts.css drafts: Fix tooltip css in draft controls. 2021-11-10 12:54:53 -08:00
hotspots.css hotspots: Remove intro_reply hotspot. 2021-12-07 21:55:59 -08:00
image_upload_widget.css delete avatar: Improve accessibility by converting <span> to <button>. 2021-10-26 17:51:38 -07:00
informational_overlays.css compose: Enclose hotkeys in kbd tag. 2021-12-02 15:11:15 -08:00
input_pill.css css: Fix night styling for deactivated pills. 2021-07-22 15:29:00 -07:00
left_sidebar.css ui: Align bottom components in the same horizontal line. 2021-11-22 18:44:32 -08:00
lightbox.css styles: Fix shorthand-property-no-redundant-values. 2021-11-05 17:34:13 -07:00
message_edit_history.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
modal.css modal: Fix button colors in dark theme. 2021-12-06 10:37:21 -08:00
popovers.css move_topic_to_stream: Fix clipped stream select dropdown. 2021-12-03 14:38:27 -08:00
pygments.css styles: Fix stylelint rule-empty-line-before. 2021-10-17 07:15:09 -07:00
reactions.css styles: Fix shorthand-property-no-redundant-values. 2021-11-05 17:34:13 -07:00
recent_topics.css styles: Fix shorthand-property-no-redundant-values. 2021-11-05 17:34:13 -07:00
rendered_markdown.css styles: Fix declaration-block-no-redundant-longhand-properties. 2021-11-05 17:34:13 -07:00
right_sidebar.css styles: Fix declaration-block-no-redundant-longhand-properties. 2021-11-05 17:34:13 -07:00
settings.css settings: Disable spectator access setting when server setting is False. 2021-12-02 14:33:51 -08:00
subscriptions.css css: Fix Saving/saved buttons in stream settings. 2021-12-06 14:40:21 -08:00
typing_notifications.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
user_circles.css styles: Fix shorthand-property-no-redundant-values. 2021-11-05 17:34:13 -07:00
user_status.css styles: Fix shorthand-property-no-redundant-values. 2021-11-05 17:34:13 -07:00
widgets.css styles: Fix shorthand-property-no-redundant-values. 2021-11-05 17:34:13 -07:00
zulip.css message_controls: Inherit visibility from .message_failed. 2021-12-12 11:14:46 -08:00