Jdrewniak has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/383342 )
Change subject: Adding touch-action:manipulation CSS for anchor links
......................................................................
Adding touch-action:manipulation CSS for anchor links
Adds a CSS property that removes the 300ms delay on
mobile devices
Bug: T174002
Change-Id: I7b581b1c0f1044ce75255f9a8370746b7192fdf6
---
M dev/wikipedia.org/assets/postcss/_base-portal.css
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/portals
refs/changes/42/383342/1
diff --git a/dev/wikipedia.org/assets/postcss/_base-portal.css
b/dev/wikipedia.org/assets/postcss/_base-portal.css
index ad963f5..33fac38 100644
--- a/dev/wikipedia.org/assets/postcss/_base-portal.css
+++ b/dev/wikipedia.org/assets/postcss/_base-portal.css
@@ -8,6 +8,9 @@
margin: 0.39rem 0;
}
+a {
+ touch-action: manipulation;
+}
a,
a:active,
a:focus {
--
To view, visit https://gerrit.wikimedia.org/r/383342
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b581b1c0f1044ce75255f9a8370746b7192fdf6
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/portals
Gerrit-Branch: master
Gerrit-Owner: Jdrewniak <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits