-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(ordered list): position issue of li in non native ol #18296
base: main
Are you sure you want to change the base?
fix(ordered list): position issue of li in non native ol #18296
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
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 #18296 +/- ##
==========================================
+ Coverage 84.15% 84.17% +0.01%
==========================================
Files 406 408 +2
Lines 14407 14435 +28
Branches 4690 4690
==========================================
+ Hits 12124 12150 +26
- Misses 2118 2121 +3
+ Partials 165 164 -1 ☔ View full report in Codecov by Sentry. |
Hey, thanks for putting up this PR! I just added @aagonzales as a reviewer to be sure we get a ux and visual review on this. |
Closes #17937
fixes the style position: relative not being applied for a non native variant of ordered list
Changelog
Changed
moved a style in
packages/web-components/src/components/list/list.scss
Testing / Reviewing
storybook, yarn test
can be checked in storybook if we toggle the control
native
tofalse
in ordered list playground