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(ordered list): position issue of li in non native ol #18296

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

devadula-nandan
Copy link

@devadula-nandan devadula-nandan commented Jan 6, 2025

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 to false in ordered list playground

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit b58fb60
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/67848690316abf000839d908
😎 Deploy Preview https://deploy-preview-18296--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit b58fb60
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/67848690d7b3c800083168b3
😎 Deploy Preview https://deploy-preview-18296--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit b58fb60
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/678486904ca78a000817058b
😎 Deploy Preview https://deploy-preview-18296--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.17%. Comparing base (b7906ad) to head (b58fb60).
Report is 25 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@devadula-nandan devadula-nandan marked this pull request as ready for review January 13, 2025 04:28
@devadula-nandan devadula-nandan requested a review from a team as a code owner January 13, 2025 04:28
@tay1orjones tay1orjones requested review from a team and aagonzales and removed request for a team January 15, 2025 18:37
@tay1orjones
Copy link
Member

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.

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.

React|WC Parity: Ordered-list
3 participants