Skip to content

Commit

Permalink
Prevent tab image from stealing tab button click event
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 3, 2021
1 parent 6ead39e commit 0d4f054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_tabbed-carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
&[aria-selected='true'] {
border-color: $color-selected;
}

> img {
pointer-events: none;
}
}

&__tabpanel-title {
Expand Down

0 comments on commit 0d4f054

Please sign in to comment.