mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
popovers: Disable move-messages count due to logic errors.
Until we've fixed the bugs that display incorrect numbers, this is a simple way to hide the component. This will be reverted once #32892 is complete.
This commit is contained in:
parent
bd1ccfbf6d
commit
9107101fe0
@ -888,15 +888,8 @@ ul.popover-group-menu-member-list {
|
||||
}
|
||||
|
||||
#move_messages_count {
|
||||
margin-top: -20px;
|
||||
font-style: italic;
|
||||
opacity: 0.7;
|
||||
|
||||
/* For cases where the count isn't displayed, which may primarily
|
||||
occur due to bugs, avoid applying the above negative margin. */
|
||||
&:empty {
|
||||
margin-top: unset;
|
||||
}
|
||||
/* Disabled pending fixes to the logic. */
|
||||
display: none;
|
||||
}
|
||||
|
||||
.topic_stream_edit_header {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user