]> git.sesse.net Git - remoteglot/commitdiff
Remove some now-obsolete vendor prefixing.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 28 Dec 2022 08:58:04 +0000 (09:58 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 28 Dec 2022 08:58:04 +0000 (09:58 +0100)
www/css/chessboard-0.3.0.css

index 6f10c03f49b46bc69f78c97751df9d4b003cdec9..bf1a53ad103fdb24f3f0d9ee762a1066a036c75b 100644 (file)
   position: relative;
 
   /* disable any native browser highlighting */
-  -webkit-touch-callout: none;
-    -webkit-user-select: none;
-     -khtml-user-select: none;
-       -moz-user-select: none;
-        -ms-user-select: none;
-            user-select: none;
+  user-select: none;
 }
 
 /* white square */
@@ -49,8 +44,6 @@
 
 /* highlighted square */
 .highlight1-32417, .highlight2-9c5d2 {
-  -webkit-box-shadow: inset 0 0 3px 3px yellow;
-  -moz-box-shadow: inset 0 0 3px 3px yellow;
   box-shadow: inset 0 0 3px 3px yellow;
 }