From 4763bd67e62eade3c040f1f158f3466e7a230d15 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Fri, 21 Apr 2023 21:30:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20git=20config=20pull.rebas?= =?UTF-8?q?e=20false?= 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 12ea6b2..9671d1e 100644 --- a/src/checkbox/checkbox.css +++ b/src/checkbox/checkbox.css @@ -7,6 +7,7 @@ .melt-checkbox__input { width: 0; height: 0; + opacity: 0; } .melt-checkbox__dot { display: inline-flex;