@everymatrix/casino-game-page 0.0.295 → 0.0.298

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "0.0.295",
3
+ "version": "0.0.298",
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": "5f850bb3c7a28c78d04d9b6d856c364797cdaf40"
39
+ "gitHead": "e4ee806a152dfb370640cec2e664d7fe0c5ab4b0"
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 {