From f17d94102836cd172a4439b6ee54eca210c467e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 6 Nov 2022 12:27:08 +0000
Subject: [PATCH] fix: touch callout

---
 .../components/keyboard-chip8/keyboard-chip8.css     | 12 ++++++------
 .../web/react/components/keyboard-gb/keyboard-gb.css | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/examples/web/react/components/keyboard-chip8/keyboard-chip8.css b/examples/web/react/components/keyboard-chip8/keyboard-chip8.css
index 60e0d8f8..7b49d14e 100644
--- a/examples/web/react/components/keyboard-chip8/keyboard-chip8.css
+++ b/examples/web/react/components/keyboard-chip8/keyboard-chip8.css
@@ -2,12 +2,12 @@
 .keyboard-chip8 {
     font-size: 0px;
     text-align: center;
-    touch-callout: none;
-    -o-touch-callout: none;
-    -ms-touch-callout: none;
-    -moz-touch-callout: none;
-    -khtml-touch-callout: none;
-    -webkit-touch-callout: none;
+    touch-callout: none !important;
+    -o-touch-callout: none !important;
+    -ms-touch-callout: none !important;
+    -moz-touch-callout: none !important;
+    -khtml-touch-callout: none !important;
+    -webkit-touch-callout: none !important;
     user-select: none;
     -o-user-select: none;
     -ms-user-select: none;
diff --git a/examples/web/react/components/keyboard-gb/keyboard-gb.css b/examples/web/react/components/keyboard-gb/keyboard-gb.css
index 2039d493..70d2cd4e 100644
--- a/examples/web/react/components/keyboard-gb/keyboard-gb.css
+++ b/examples/web/react/components/keyboard-gb/keyboard-gb.css
@@ -2,12 +2,12 @@
 .keyboard-gb {
     font-size: 0px;
     text-align: center;
-    touch-callout: none;
-    -o-touch-callout: none;
-    -ms-touch-callout: none;
-    -moz-touch-callout: none;
-    -khtml-touch-callout: none;
-    -webkit-touch-callout: none;
+    touch-callout: none !important;
+    -o-touch-callout: none !important;
+    -ms-touch-callout: none !important;
+    -moz-touch-callout: none !important;
+    -khtml-touch-callout: none !important;
+    -webkit-touch-callout: none !important;
     user-select: none;
     -o-user-select: none;
     -ms-user-select: none;
-- 
GitLab