From 74bb19292af21a8adb82a4da04f2b4b042309c6e Mon Sep 17 00:00:00 2001
From: David Aylaian <davidaylaian@protonmail.com>
Date: Mon, 11 Dec 2017 09:37:07 -0500
Subject: [PATCH] Remove vendor prefixes and touch-callout

---
 src/components/gui/gui.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/components/gui/gui.css b/src/components/gui/gui.css
index f84586b47..3d08cadf6 100644
--- a/src/components/gui/gui.css
+++ b/src/components/gui/gui.css
@@ -69,11 +69,6 @@
     justify-content: center;
     align-items: center;
 
-    -webkit-touch-callout: none;
-    -webkit-user-select: none;
-    -khtml-user-select: none;
-    -moz-user-select: none;
-    -ms-user-select: none;
     user-select: none;
 }
 
-- 
GitLab