mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
UX: update styling for related/suggested (#23217)
* UX: update styling for related/suggested This PR fixes styling for previous related/suggested changes' positioning being off for topics and updates the active icon color by removing a line that changed its active color.
This commit is contained in:
parent
e8a6079c29
commit
af34e910f2
|
@ -16,9 +16,6 @@
|
|||
}
|
||||
&.active {
|
||||
border-bottom: 2px solid var(--tertiary);
|
||||
.d-icon {
|
||||
color: var(--primary-low);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -95,3 +92,11 @@
|
|||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
#main-outlet .regular {
|
||||
@media screen and (min-width: 550px) {
|
||||
.more-topics__container .nav li .btn {
|
||||
padding: 0.75em 0.65em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user