Hide Carousel arrow on touch devices
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user