From 4ab30bf57ec50ddff0bfc79f8b5ce66bddcec904 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 17 Apr 2023 16:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20checkbox=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/checkbox/checkbox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/checkbox/checkbox.css b/src/checkbox/checkbox.css index c29a9b6..12ea6b2 100644 --- a/src/checkbox/checkbox.css +++ b/src/checkbox/checkbox.css @@ -28,4 +28,5 @@ .melt-checkbox__label { display: inline-block; padding: 0 6px; + user-select: none; }