-
Notifications
You must be signed in to change notification settings - Fork 158
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(components): unify static property for CSS selectors #4660
chore(components): unify static property for CSS selectors #4660
Conversation
Change the static properties for the CSS selectors, so it aligns to the rest of the codebase (except `stableSelector` for name-compatibility reasons with React). Also removes `sameHeight()` JavaScript code as it'll be replaced with Refs carbon-design-system#4193. Refs carbon-design-system#4144.
Deploy preview created for package Built with commit: 5d1c8e55996511c2b75d6dae5e42ec74884e3743 |
Deploy preview created for package Built with commit: 5d1c8e55996511c2b75d6dae5e42ec74884e3743 |
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.
LGTM thanks @asudoh!
Related Ticket(s)
Refs #4193.
Refs #4144.
Description
Change the static properties for the CSS selectors, so it aligns to the rest of the codebase (except
stableSelector
for name-compatibility reasons with React).Also removes
sameHeight()
JavaScript code as it'll be replaced with #4657.Changelog
Changed
stableSelector
for name-compatibility reasons with React).Removed
sameHeight()
JavaScript code as it'll be replaced with fix(card-group): same height by CSS grid #4657.