From 04d8684b59fa15601f110b0ee0a2b57281adc4df Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 21 May 2025 10:54:24 -0400 Subject: [PATCH] UX: fix new topic badge in topic list (#167) The theme implements this in a centralized way, so we need to remove the core implementation. before: ![image](https://github.com/user-attachments/assets/a9b37f79-d464-43e9-9298-3607180162ec) after: ![image](https://github.com/user-attachments/assets/bd3c79b5-6371-4439-86a2-5f91e44f04ca) --- scss/topic-cards.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index 124cf31..945f2fa 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -256,6 +256,10 @@ min-width: unset; } + .badge-notification.new-topic::before { + display: none; + } + // timestamp td.activity .post-activity { grid-area: activity;