Alternate checkboxes #327
Unanswered
jcesguerram
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I would like to change some of the icons of the alternate checkboxes. i use another thene but i have the css snippet.
in the snippet i'm guessing the "\ec10" part is ehat determines the icon, but i don't know what those codes correspond to. does anyone know where they come from?
body:not(.alt-chkbx-off) .markdown-source-view.mod-cm6 .task-list-item-checkbox[data-task=B]::before, body:not(.alt-chkbx-off) .cm-s-obsidian span.hmd-hidden-token.cm-formatting-task[data-task=B]::before, body:not(.alt-chkbx-off) .task-list-item.is-checked .task-list-item-checkbox[data-task=B]::before, body:not(.alt-chkbx-off) .task-list-item.is-checked[data-task=B] > input[type=checkbox]:checked::before, body:not(.alt-chkbx-off) .task-list-item.is-checked[data-task=B] p > input[type=checkbox]:checked::before {
color: rgb(var(--chbx-B));
content: "\ec10";
Beta Was this translation helpful? Give feedback.
All reactions