We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@apply
1 parent 9343044 commit 85ef48cCopy full SHA for 85ef48c
components/CoreEditor.vue
@@ -234,7 +234,7 @@ export default defineComponent({
234
}
235
236
.ink-mde-task-marker {
237
- @apply checkbox outline-1;
+ @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;
238
239
translate: 0 -2px;
240
components/CoreProse.vue
@@ -17,7 +17,7 @@ const { layer } = useLayers()
17
18
19
:deep(li input[type=checkbox]) {
20
- @apply checkbox;
+ @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;
21
22
margin-bottom: 0.05rem;
23
0 commit comments