Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX: update styling for related/suggested #23217

Merged
merged 2 commits into from Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 8 additions & 3 deletions app/assets/stylesheets/common/components/more-topics.scss
Expand Up @@ -16,9 +16,6 @@
}
&.active {
border-bottom: 2px solid var(--tertiary);
.d-icon {
color: var(--primary-low);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes icon color

}
}
}
Expand Down Expand Up @@ -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;
}
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Selector is later in group, because page specificity for .regular is needed to apply specific styling to topic view only.