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

feat(UI): Fix some link hover colors #1598

Merged
merged 1 commit into from
Jun 25, 2023

Conversation

jsit
Copy link
Contributor

@jsit jsit commented Jun 25, 2023

Some links in post listings weren't changing color when hovered, and were using text- color classes instead of link- color classes. This tightens things up a little, for the post title link and URL subhead link.

@SleeplessOne1917 SleeplessOne1917 merged commit 883afea into LemmyNet:main Jun 25, 2023
@jsit jsit deleted the feat/fix-link-hover-colors branch June 25, 2023 21:50
@@ -397,7 +397,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
const post_view = this.postView;
return (
<span className="small">
<PersonListing person={post_view.creator} />
<PersonListing person={post_view.creator} muted={true} />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This got in here by accident, though I am planning on exploring this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants