]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: disable ios callouts when drag false
authorJoe Workman <joe@workmanmail.com>
Mon, 1 Nov 2021 20:33:18 +0000 (13:33 -0700)
committerJoe Workman <joe@workmanmail.com>
Mon, 1 Nov 2021 20:33:18 +0000 (13:33 -0700)
scss/vendor/normalize.scss

index 3c8ef2a6f2e83923457238d75d91465fd096a52e..c27e4ee1504dd7ed50f0445ec1b3becac3132791 100644 (file)
       outline:none;
     }
   }
+
+  // Disable iOS callouts when draggable is false
+  [draggable=false] {
+    -webkit-touch-callout: none;
+    -webkit-user-select: none;
+  }
 }