UX: no pointer cursor on "read-only" checklist

This commit is contained in:
Régis Hanol 2024-04-06 22:35:45 +02:00
parent 36659531f7
commit 62788c2af1

View File

@ -22,7 +22,9 @@ span.chcklst-stroked {
}
span.chcklst-box {
cursor: pointer;
&:not(.permanent) {
cursor: pointer;
}
&:before {
display: inline-block;