From 0d4f0546ee36857215bd20d76cc07dfde5f90b02 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Sun, 3 Jan 2021 23:44:40 +1300 Subject: [PATCH] Prevent tab image from stealing tab button click event --- scss/_tabbed-carousel.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_tabbed-carousel.scss b/scss/_tabbed-carousel.scss index 980e0a5..e57b507 100644 --- a/scss/_tabbed-carousel.scss +++ b/scss/_tabbed-carousel.scss @@ -33,6 +33,10 @@ &[aria-selected='true'] { border-color: $color-selected; } + + > img { + pointer-events: none; + } } &__tabpanel-title {