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

Commit d6ea92f

Browse files
zoosterSimonBrandner
andauthored
fix(visual): make cursor a pointer for summaries (#9419)
Co-authored-by: Šimon Brandner <[email protected]>
1 parent ded031a commit d6ea92f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/_common.pcss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ fieldset {
183183
border: none;
184184
}
185185

186+
summary {
187+
cursor: pointer;
188+
}
189+
186190
legend {
187191
padding-inline: unset;
188192
border: none;

0 commit comments

Comments
 (0)