From b316ff17456c2243bb241cc3bcdaf02a1bda2c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 27 Sep 2022 09:14:54 +0200 Subject: [PATCH] Hide Carousel arrow on touch devices --- src/style/organisms/_carousel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/organisms/_carousel.scss b/src/style/organisms/_carousel.scss index 3ba0307..3138e7a 100644 --- a/src/style/organisms/_carousel.scss +++ b/src/style/organisms/_carousel.scss @@ -88,6 +88,7 @@ // Arrow &__arrow { $color-shadow: rgba(#000, 0.075); + display: none; // Enable only on devices with hover @media (hover: hover) {