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:
Tim Abbott 2025-01-13 14:03:43 -08:00
parent bd1ccfbf6d
commit 9107101fe0

View File

@ -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 {