Merge pull request #189 from CartoDB/apply-touch-manipulation

Apply touch-action: manipulation to menu links
This commit is contained in:
Carlos Matallín
2018-01-30 10:48:06 +01:00
committed by GitHub

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;