bugfix: react-notion-x v4.6.5 checkbox修复样式

This commit is contained in:
tangly1024
2021-12-29 14:27:00 +08:00
parent 1a529ccecb
commit 7a5aac0a20

View File

@@ -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 {