mirror of https://github.com/zulip/zulip.git
css: Remove dead code for an unused empty div.
This commit is contained in:
parent
222995b1be
commit
ff4d7974f2
|
@ -619,16 +619,6 @@ of the base style defined for a read-only textarea in dark mode. */
|
|||
}
|
||||
}
|
||||
|
||||
.message_edit_spinner {
|
||||
margin-right: 8px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.message_edit_spinner .loading_indicator_spinner {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.message_edit {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="action-buttons">
|
||||
<div class="message_edit_spinner"></div>
|
||||
<div class="controls edit-controls">
|
||||
{{#if is_editable}}
|
||||
<div class="message-edit-feature-group">
|
||||
|
|
Loading…
Reference in New Issue