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(checkbox): fixed the checkbox component bidi layout issue. (#7524) #7564

Conversation

DavidSCChen
Copy link
Contributor

Closes #7524

Fixed the tick orientation for checkbox component in bidi(RTL) layout by adding the RTLCSS value directives.

Changelog

New
Added RTLCSS value directives in to the _checkbox.scss.

Testing / Reviewing

Verified the fix has no impact to the ltr layout by using the local storybook development server.
Also created the sandbox to verify the rtl layout:
https://codesandbox.io/s/webpack-react-rtlcss-carbon-checkbox-fixed-j1iyy

…n-design-system#7524)

Fixed the tick orientation for checkbox component in bidi(RTL) layout by adding the RTLCSS value directives. (carbon-design-system#7524)
@DavidSCChen DavidSCChen requested a review from a team as a code owner January 14, 2021 09:38
@netlify
Copy link

netlify bot commented Jan 14, 2021

✔️ Deploy preview for carbon-elements ready!

🔨 Explore the source changes: 74d3a21

🔍 Inspect the deploy logs: https://app.netlify.com/sites/carbon-elements/deploys/60010146b84c1a000771a9d1

😎 Browse the preview: https://deploy-preview-7564--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Jan 14, 2021

✔️ Deploy preview for carbon-components-react ready!
Built without sensitive environment variables

🔨 Explore the source changes: 74d3a21

🔍 Inspect the deploy logs: https://app.netlify.com/sites/carbon-components-react/deploys/600101464e476e00089bb163

😎 Browse the preview: https://deploy-preview-7564--carbon-components-react.netlify.app

@aledavila
Copy link
Contributor

Thanks @DavidSCChen would you mind fixing the merge conflicts please

@DavidSCChen
Copy link
Contributor Author

DavidSCChen commented Jan 15, 2021

@aledavila & @joshblack,

Thanks for the review, I had resolved the conflicts.

@kodiakhq kodiakhq bot merged commit bc30e1c into carbon-design-system:master Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bidi support: The tick is inverted in Carbon Checkbox component with RTLCSS
3 participants