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 { &:hover {
cursor: pointer; cursor: pointer;
@ -990,6 +991,7 @@
transition: 0.3s; transition: 0.3s;
} }
} }
}
a { a {
&:focus { &:focus {