fix hover bug on ipad needing double click

This commit is contained in:
Anthony 2022-05-20 16:45:13 +02:00 committed by Thomas Zarebczan
parent 6d6d95237a
commit ca1515bfa3

View file

@ -970,6 +970,7 @@
}
}
@media (hover) {
&:hover {
cursor: pointer;
@ -990,6 +991,7 @@
transition: 0.3s;
}
}
}
a {
&:focus {