Skip to content

Commit

Permalink
feat(cxl-ui): [cxl-jw-player] fix CTA pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Mar 7, 2023
1 parent e9f39e2 commit 3f024f4
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ cxl-jw-player {
flex-direction: column;
align-items: flex-end;

.jw-nextup-cta,
.jw-nextup-cta-mobile {
a {
pointer-events: all;
}
}

.jw-nextup-cta {
max-width: 400px;
width: 64%;

a {
pointer-events: all;

vaadin-button {
width: 100%;
}
vaadin-button {
width: 100%;
}
}
}
Expand Down

0 comments on commit 3f024f4

Please sign in to comment.