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:  after: 
This commit is contained in:
@@ -256,6 +256,10 @@
|
||||
min-width: unset;
|
||||
}
|
||||
|
||||
.badge-notification.new-topic::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// timestamp
|
||||
td.activity .post-activity {
|
||||
grid-area: activity;
|
||||
|
||||
Reference in New Issue
Block a user