Skip to content
Snippets Groups Projects
Verified Commit 20a4af20 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: touch callout

parent 5b1eb6e7
No related branches found
No related tags found
No related merge requests found
Pipeline #1458 passed
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.keyboard-chip8 { .keyboard-chip8 {
font-size: 0px; font-size: 0px;
text-align: center; text-align: center;
touch-callout: none; touch-callout: none !important;
-o-touch-callout: none; -o-touch-callout: none !important;
-ms-touch-callout: none; -ms-touch-callout: none !important;
-moz-touch-callout: none; -moz-touch-callout: none !important;
-khtml-touch-callout: none; -khtml-touch-callout: none !important;
-webkit-touch-callout: none; -webkit-touch-callout: none !important;
user-select: none; user-select: none;
-o-user-select: none; -o-user-select: none;
-ms-user-select: none; -ms-user-select: none;
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.keyboard-gb { .keyboard-gb {
font-size: 0px; font-size: 0px;
text-align: center; text-align: center;
touch-callout: none; touch-callout: none !important;
-o-touch-callout: none; -o-touch-callout: none !important;
-ms-touch-callout: none; -ms-touch-callout: none !important;
-moz-touch-callout: none; -moz-touch-callout: none !important;
-khtml-touch-callout: none; -khtml-touch-callout: none !important;
-webkit-touch-callout: none; -webkit-touch-callout: none !important;
user-select: none; user-select: none;
-o-user-select: none; -o-user-select: none;
-ms-user-select: none; -ms-user-select: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment