From 7a5aac0a204b21f91080cdc7a960573db3ee6de8 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 29 Dec 2021 14:27:00 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20react-notion-x=20v4.6.5=20checkbox?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/notion.css b/styles/notion.css index cc3c9f7a..51f6d701 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1114,7 +1114,7 @@ svg.notion-page-icon { padding-left: 1.5em; } -.notion-to-do-checked .notion-to-do-item { +.notion-to-do-checked { text-decoration: line-through; opacity: 0.375; } @@ -1126,11 +1126,11 @@ svg.notion-page-icon { .notion-to-do-item .notion-property-checkbox { margin-right: 8px; - @apply w-4 h-4 border-2 + /* @apply w-4 h-4 border-2 */ } .notion-property-checkbox-checked { - @apply bg-white + /* @apply bg-white */ } .notion-google-drive {