Apply touch-action: manipulation to menu links
This commit is contained in:
parent
3d032dcd78
commit
027de5e404
@ -159,6 +159,7 @@
|
|||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: $cBlue;
|
color: $cBlue;
|
||||||
|
touch-action: manipulation;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-bottom: 2px solid $cBlueHover;
|
border-bottom: 2px solid $cBlueHover;
|
||||||
@ -207,6 +208,7 @@
|
|||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: $cBlue;
|
color: $cBlue;
|
||||||
|
touch-action: manipulation;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-bottom: 2px solid $cBlueHover;
|
border-bottom: 2px solid $cBlueHover;
|
||||||
|
Loading…
Reference in New Issue
Block a user