Browse Source

Merge pull request #12 from prashant-andani/gh-pages

 standard property 'user-select' for compatibility
Wayou Liu 7 years ago
parent
commit
9afe8e902a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      index.css

+ 1 - 0
index.css

@@ -11,6 +11,7 @@ html, body {
 
 
 .icon {
 .icon {
   -webkit-user-select: none;
   -webkit-user-select: none;
+  user-select: none;
   display: inline-block;
   display: inline-block;
 }
 }