Hide Carousel arrow on touch devices

This commit is contained in:
2022-09-27 09:14:54 +02:00
parent aa857e3531
commit b316ff1745

View File

@@ -88,6 +88,7 @@
// Arrow // Arrow
&__arrow { &__arrow {
$color-shadow: rgba(#000, 0.075); $color-shadow: rgba(#000, 0.075);
display: none;
// Enable only on devices with hover // Enable only on devices with hover
@media (hover: hover) { @media (hover: hover) {