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;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
input:focus-within,
|
input:focus-within,
|
||||||
select:focus-within,
|
select:focus-within,
|
||||||
textarea:focus-within,
|
textarea:focus-within,
|
||||||
|
|
Loading…
Reference in New Issue