From aaca31bdaafcf1505321743c9f6689bd4d4982ae Mon Sep 17 00:00:00 2001 From: blyedev Date: Fri, 3 Jan 2025 20:01:54 +0100 Subject: [PATCH] build(stylelint): remove the unknown user-drag property This property only exist as a prefixed property which are already defined. Supposedly the draggable HTML API is preferred. --- src/styles/components/enlarge-img.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/components/enlarge-img.scss b/src/styles/components/enlarge-img.scss index 2e3f8704f..3ae537a7b 100644 --- a/src/styles/components/enlarge-img.scss +++ b/src/styles/components/enlarge-img.scss @@ -68,7 +68,6 @@ transform-origin: top left; position: relative; opacity: 0.5; - user-drag: none; -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none;