fix(visual): make cursor a pointer for summaries (#9419)

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
t3chguy/dedup-icons-17oct
zooster 2022-11-28 18:09:21 +01:00 committed by GitHub
parent ded031aca6
commit d6ea92f735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -183,6 +183,10 @@ fieldset {
border: none;
}
summary {
cursor: pointer;
}
legend {
padding-inline: unset;
border: none;