-
Notifications
You must be signed in to change notification settings - Fork 156
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(link-list): clean-up CSS classes #4885
Conversation
Removes support for `bx--link-list__split` class in `<dds-link-list>` and `bx--link-list-item__end` class in `<dds-link-list-item>`, for the sake of `type` attribute in `<dds-link-list>`. Refs carbon-design-system#4863.
Deploy preview created for package Built with commit: 90caf1d8040012ee0f5823a5078d10a93d448bc8 |
Deploy preview created for package Built with commit: 90caf1d8040012ee0f5823a5078d10a93d448bc8 |
Deploy preview created for package Built with commit: 90caf1d8040012ee0f5823a5078d10a93d448bc8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thanks @asudoh!
This PR currently has a merge conflict. Please resolve this and then re-add the |
Removes support for `bx--link-list__split` class in `<dds-link-list>` and `bx--link-list-item__end` class in `<dds-link-list-item>`, for the sake of `type` attribute in `<dds-link-list>`. Refs carbon-design-system#4863.
Related Ticket(s)
Refs #4863.
Description
Removes support for
bx--link-list__split
class in<dds-link-list>
andbx--link-list-item__end
class in<dds-link-list-item>
, for the sake oftype
attribute in<dds-link-list>
.Changelog
Removed
bx--link-list__split
class in<dds-link-list>
.bx--link-list-item__end
class in<dds-link-list-item>
.