Fix visual glitches with filtering posts (#34387)

This commit is contained in:
Echo 2025-04-07 12:55:04 +02:00 committed by GitHub
parent 264ecdcc13
commit 54aefa9014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5271,6 +5271,9 @@ a.status-card {
&__results {
&__item {
display: flex;
align-items: center;
gap: 0.5em;
cursor: pointer;
color: $primary-text-color;
font-size: 14px;
@ -6275,7 +6278,7 @@ a.status-card {
a {
text-decoration: none;
color: $inverted-text-color;
color: $highlight-text-color;
font-weight: 500;
&:hover {