Prevent long-tap selecting moves on mobile

pull/9972/head
Benedikt Werner 2021-10-16 03:59:26 +02:00
parent cd74b3d1cb
commit f15999364e
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ $c-blunder: #df5353;
move {
@extend %move;
@media (hover: none) {
user-select: none;
}
&.inaccuracy {
color: $c-inaccuracy;
}