mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
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 {
|
||||
cursor: pointer;
|
||||
&:not(.permanent) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:before {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user