-
Notifications
You must be signed in to change notification settings - Fork 144
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
refactor(positions): implements css logical props #6777
Merged
AlexanderMelox
merged 10 commits into
carbon-design-system:main
from
AlexanderMelox:refactor--css-logical-properties-positions
Feb 6, 2025
Merged
refactor(positions): implements css logical props #6777
AlexanderMelox
merged 10 commits into
carbon-design-system:main
from
AlexanderMelox:refactor--css-logical-properties-positions
Feb 6, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6777 +/- ##
=======================================
Coverage 81.31% 81.31%
=======================================
Files 397 397
Lines 12959 12959
Branches 4261 4261
=======================================
Hits 10537 10537
Misses 2422 2422
|
2 tasks
b2949c7
to
e1c6cd4
Compare
matthewgallo
reviewed
Feb 6, 2025
packages/ibm-products-styles/src/components/Coachmark/_coachmark-overlay.scss
Outdated
Show resolved
Hide resolved
matthewgallo
previously approved these changes
Feb 6, 2025
AlexanderMelox
commented
Feb 6, 2025
packages/ibm-products-styles/src/components/Coachmark/_coachmark-overlay.scss
Outdated
Show resolved
Hide resolved
matthewgallo
approved these changes
Feb 6, 2025
devadula-nandan
approved these changes
Feb 6, 2025
Merged
via the queue into
carbon-design-system:main
with commit Feb 6, 2025
44a206d
31 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #3556
This PR changes the following to use CSS Logical Properties:
![Screenshot 2025-02-03 at 1 02 09 PM](https://private-user-images.githubusercontent.com/12755042/409221798-00b444fc-8c8d-4e53-840a-cf07f4747ed7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDI2ODYsIm5iZiI6MTczOTYwMjM4NiwicGF0aCI6Ii8xMjc1NTA0Mi80MDkyMjE3OTgtMDBiNDQ0ZmMtOGM4ZC00ZTUzLTg0MGEtY2YwN2Y0NzQ3ZWQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2NTMwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyMDA4ZmU2YjA3MTQ1MWVmODA5ZDRmYTQyZTk4ZDIyYzBjZTIzY2RmZDVmOTI4OWIwNDhjMTQ4MmViZjA1ZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NDLPvEFIc2fvVsBypkVZ9bmVMVZ879dg8ehbsHVXGfA)
Similar PR in core -> carbon-design-system/carbon#14531
Changed
Things to look out for while reviewing: Since I mostly did a find and replace, some lines might be changed that shouldn't that includes the following:
--nav-height:
shouldn't be changed