From 027de5e40492cf3af346b3fb2bd7fc8bf7c05f44 Mon Sep 17 00:00:00 2001 From: jesusbotella Date: Mon, 29 Jan 2018 10:00:59 +0100 Subject: [PATCH] Apply touch-action: manipulation to menu links --- src/scss/cdb-components/_menu.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/cdb-components/_menu.scss b/src/scss/cdb-components/_menu.scss index 43337f4..b0efeb9 100644 --- a/src/scss/cdb-components/_menu.scss +++ b/src/scss/cdb-components/_menu.scss @@ -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;