mirror of https://github.com/zulip/zulip.git
css: Make message_failed icons always visible.
This fixes the confusing behavior that errors sending messages were not immediately user-visible. Based on work by Dominik Gryboś in #11479. Fixes #10537.
This commit is contained in:
parent
9e85478010
commit
a6c0ac44be
|
@ -718,6 +718,7 @@ td.pointer {
|
|||
}
|
||||
|
||||
.message_failed {
|
||||
opacity: 1 !important;
|
||||
display: inline-flex;
|
||||
justify-content: space-between;
|
||||
/* error icon width is 11px, gap between icons equals 28px - 2*11px = 6px */
|
||||
|
|
Loading…
Reference in New Issue