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

Work around pico-ambiguity #133

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

michaelkirk
Copy link
Contributor

Fixes #111

Review note: you might want to hide whitespace diff

Review note: you might want to hide whitespace diff
@@ -19,7 +19,7 @@
{/if}

<style>
button {
button.help {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ahh, this makes sense as a way to get more specificity, of course. I bet this kind of bug is only a problem in Svelte or frameworks that offer the convenience of scoped CSS. Nowhere else would there be this blanket rule for all buttons. Good catch!

@dabreegster dabreegster merged commit 246d96f into a-b-street:main Feb 13, 2025
1 check 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.

Intermittent CSS problems: green "help button" and broken CNT frontpage layout
2 participants