UX: no pointer cursor on "read-only" checklist
This commit is contained in:
parent
36659531f7
commit
62788c2af1
|
@ -22,7 +22,9 @@ span.chcklst-stroked {
|
||||||
}
|
}
|
||||||
|
|
||||||
span.chcklst-box {
|
span.chcklst-box {
|
||||||
cursor: pointer;
|
&:not(.permanent) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue