add `cursor: pointer` to details summary

This commit is contained in:
neri 2021-12-20 10:48:06 +01:00
parent 48005123de
commit 937f0c439c
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ details {
display: inline;
}
details summary {
cursor: pointer;
}
input:focus-within,
select:focus-within,
textarea:focus-within,