Fix visual glitches with filtering posts (#34387)
This commit is contained in:
@@ -5271,6 +5271,9 @@ a.status-card {
|
|||||||
|
|
||||||
&__results {
|
&__results {
|
||||||
&__item {
|
&__item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -6275,7 +6278,7 @@ a.status-card {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $inverted-text-color;
|
color: $highlight-text-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user