@everymatrix/casino-game-page 0.0.296 → 0.0.297

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "0.0.296",
3
+ "version": "0.0.297",
4
4
  "main": "dist/casino-game-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "628a0e30f5160748837a6a7acb4cf44623d87c3d"
39
+ "gitHead": "c043babf99ed6c5f8071d070e303b123fd5016fc"
40
40
  }
@@ -828,6 +828,14 @@
828
828
  height: 30px;
829
829
  color: var(--emfe-w-color-white, #FFFFFF);
830
830
  cursor: pointer;
831
+
832
+ //Remove text selection for panic button on mobile
833
+ -webkit-touch-callout: none; /* iOS Safari */
834
+ -webkit-user-select: none; /* Safari */
835
+ -moz-user-select: none; /* Old versions of Firefox */
836
+ -ms-user-select: none; /* Internet Explorer/Edge */
837
+ user-select: none;
838
+ // End of removing selection properties
831
839
  }
832
840
 
833
841
  .PanicButtonAnimation {