Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

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

Merged
merged 4 commits into from
Nov 28, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions res/css/_common.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ fieldset {
border: none;
}

summary {
cursor: pointer;
}

legend {
padding-inline: unset;
border: none;
Expand Down