mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user