mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
fix(visual): make cursor a pointer for summaries (#9419)
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ded031aca6
commit
d6ea92f735
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@ fieldset {
|
|||
border: none;
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding-inline: unset;
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue