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

Add text-decoration: none to .btn links for better styling #538

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

mobalti
Copy link
Contributor

@mobalti mobalti commented Dec 30, 2024

This PR adds text-decoration: none to the .btn class scoped specifically to links. This ensures that links styled as buttons have consistent appearance without requiring additional author styling.
The selector used is :where(.btn:is(a)), which emphasizes .btn as the primary styling hook.

Copy link

stackblitz bot commented Dec 30, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Owner

@argyleink argyleink left a comment

Choose a reason for hiding this comment

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

ty!

@argyleink argyleink merged commit cc02fee into argyleink:main Dec 30, 2024
2 checks passed
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.

2 participants