forked from neri/datatrash
add `cursor: pointer` to details summary
This commit is contained in:
parent
48005123de
commit
937f0c439c
|
@ -73,6 +73,10 @@ details {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input:focus-within,
|
||||
select:focus-within,
|
||||
textarea:focus-within,
|
||||
|
|
Loading…
Reference in New Issue