✨ feat: improve clickability cue by adding pointer cursor to details summary
This commit is contained in:
parent
012d819f38
commit
1e33b9bc1f
@ -166,3 +166,7 @@ hr {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user