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:
Ty Correll 2023-08-24 01:53:53 -05:00 committed by GitHub
parent e8a6079c29
commit af34e910f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}