mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 15:10:23 +00:00
bugfix: react-notion-x v4.6.5 checkbox修复样式
This commit is contained in:
@@ -1114,7 +1114,7 @@ svg.notion-page-icon {
|
|||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-to-do-checked .notion-to-do-item {
|
.notion-to-do-checked {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
opacity: 0.375;
|
opacity: 0.375;
|
||||||
}
|
}
|
||||||
@@ -1126,11 +1126,11 @@ svg.notion-page-icon {
|
|||||||
|
|
||||||
.notion-to-do-item .notion-property-checkbox {
|
.notion-to-do-item .notion-property-checkbox {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
@apply w-4 h-4 border-2
|
/* @apply w-4 h-4 border-2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-property-checkbox-checked {
|
.notion-property-checkbox-checked {
|
||||||
@apply bg-white
|
/* @apply bg-white */
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-google-drive {
|
.notion-google-drive {
|
||||||
|
|||||||
Reference in New Issue
Block a user