mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance: checkbox color
This commit is contained in:
@@ -665,3 +665,11 @@ html.is-mobile {
|
||||
@apply inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
button[role="checkbox"][data-state=unchecked] {
|
||||
border-color: var(--lx-gray-12, var(--ls-primary-text-color, hsl(var(--foreground))));
|
||||
}
|
||||
|
||||
.dark-theme button[role="checkbox"][data-state=unchecked] {
|
||||
border-color: var(--lx-gray-11, var(--ls-primary-text-color, hsl(var(--foreground))));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user