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:
Tim Abbott 2019-03-19 13:26:42 -07:00
parent 9e85478010
commit a6c0ac44be
1 changed files with 1 additions and 0 deletions

View File

@ -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 */