forked from deepStateMirrors/tabi
✨ feat: improve clickability cue by adding pointer cursor to details summary
This commit is contained in:
parent
012d819f38
commit
1e33b9bc1f
1 changed files with 4 additions and 0 deletions
|
@ -166,3 +166,7 @@ hr {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue