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

Fix css regression from #2492 #2512

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

jasongorst
Copy link
Contributor

Fix app/assets/stylesheets/administrate/components/_buttons.scss while satisfying stylelint. (Fixes Issue #2511.)

@jasongorst jasongorst changed the title fix css regression from #2492 Fix css regression from #2492 Feb 11, 2024
In adjusting the styles in thoughtbot#2492, we removed more specific selectors to
pass linting rules. Unfortunately, this broke the situation where you
have a checkbox input when editing a `Field::Boolean`. This adds them
back in, in a linting happy way.

Fixes thoughtbot#2511
@nickcharlton
Copy link
Member

Thank you!

@nickcharlton nickcharlton merged commit bd5bb08 into thoughtbot:main Feb 14, 2024
10 checks passed
@jasongorst jasongorst deleted the fix-buttons-scss branch February 19, 2024 20:43
@bemartinson926
Copy link

@nickcharlton is this fix queued for a new release 0.20.x release?

@nickcharlton
Copy link
Member

No, it's a fix for #2492 which is only in v1.0.0.beta. It will go out in a new beta build though, which I should probably get on with!

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.

CSS selector change in PR #2492 hides the checkbox input when editing a Field:Boolean
3 participants