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

chore(Checkbox): updated example CSS to use logical property #9604

Merged
merged 3 commits into from
Sep 19, 2023

Conversation

thatblindgeye
Copy link
Contributor

What: Closes #9590

Additional issues:

@patternfly-build
Copy link
Contributor

patternfly-build commented Sep 12, 2023

@@ -1,3 +1,3 @@
.ws-react-c-checkbox .pf-v5-c-check.nested {
padding-left: var(--pf-v5-global--spacer--md);
padding-inline-start: var(--pf-v5-global--spacer--md);
Copy link
Contributor

Choose a reason for hiding this comment

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

LGTM - though instead of the custom nested class, we could put the children in a check body, which I think is how we recommend nested/children inputs to display. wdyt?

Screenshot 2023-09-12 at 10 03 20 AM

Copy link
Contributor

@wise-king-sullyman wise-king-sullyman left a comment

Choose a reason for hiding this comment

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

Agree with @mcoker but also don't think it's worth blocking over.

@tlabaj tlabaj merged commit f6b0c5a into patternfly:main Sep 19, 2023
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.

Checkbox - update example CSS for RTL
5 participants