Skip to content

Commit 85ef48c

Browse files
committed
Fix broken @apply rules
1 parent 9343044 commit 85ef48c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/CoreEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export default defineComponent({
234234
}
235235
236236
.ink-mde-task-marker {
237-
@apply checkbox outline-1;
237+
@apply appearance-none outline-none rounded-sm cursor-pointer outline-layer-text-muted checked:bg-primary checked:disabled:bg-layer-text-muted sq-2 m-1 outline-1;
238238
239239
translate: 0 -2px;
240240
}

components/CoreProse.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const { layer } = useLayers()
1717
}
1818
1919
:deep(li input[type=checkbox]) {
20-
@apply checkbox;
20+
@apply appearance-none outline-none rounded-sm cursor-pointer outline-2 outline-layer-text-muted checked:bg-primary checked:disabled:bg-layer-text-muted sq-2 m-1;
2121
2222
margin-bottom: 0.05rem;
2323
}

0 commit comments

Comments
 (0)