-
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
fix(card-in-card): ensure that the card image is clickable #8361
fix(card-in-card): ensure that the card image is clickable #8361
Conversation
Deploy preview created for package Built with commit: 0024f6718ad58c0a96a7c2b6b25f0e0c9a0a9407 |
Deploy preview created for package Built with commit: 0024f6718ad58c0a96a7c2b6b25f0e0c9a0a9407 |
packages/web-components/src/components/card-in-card/card-in-card.ts
Outdated
Show resolved
Hide resolved
Deploy preview created for package Built with commit: 0024f6718ad58c0a96a7c2b6b25f0e0c9a0a9407 |
Deploy preview created for package Built with commit: 0024f6718ad58c0a96a7c2b6b25f0e0c9a0a9407 |
Deploy preview created for package Built with commit: 0024f6718ad58c0a96a7c2b6b25f0e0c9a0a9407 |
Deploy preview created for package Built with commit: 6136ea79728feca5bc163dc7e6f214b1618f0d5b |
@IgnacioBecerra Thanks for the review! I added a commit that should address your feedback. Let me know if you need anything else. |
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.
Tested the change in Chrome/Firefox and it's working. Thanks @proeung !
Deploy preview created for package Built with commit: 6136ea79728feca5bc163dc7e6f214b1618f0d5b |
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 @proeung!
Related Ticket(s)
#8300
Description
<dds-card-in-card>
is not clickable.Changelog
New
<dds-card-in-card-image>
that's wrapped under<dds-video-cta-container>
.