Apply touch-action: manipulation to menu links

This commit is contained in:
jesusbotella 2018-01-29 10:00:59 +01:00
parent 3d032dcd78
commit 027de5e404

View File

@ -159,6 +159,7 @@
border-bottom: 2px solid transparent;
border-radius: 0;
color: $cBlue;
touch-action: manipulation;
&:hover {
border-bottom: 2px solid $cBlueHover;
@ -207,6 +208,7 @@
border-bottom: 2px solid transparent;
border-radius: 0;
color: $cBlue;
touch-action: manipulation;
&:hover {
border-bottom: 2px solid $cBlueHover;