From 9107101fe0d17cb7872475c17cea8eee8d55152a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 13 Jan 2025 14:03:43 -0800 Subject: [PATCH] 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. --- web/styles/popovers.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/web/styles/popovers.css b/web/styles/popovers.css index c8276425fc..11a12d6299 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -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 {