Skip to content

Commit 944419f

Browse files
Therobo77Mugen87
andauthored
Added a CSS, pointer cursor when hovering over the summary tag within… (#27837)
* Added a CSS, pointer cursor when hovering over the summary tag within a details element. Enhances user experience for interaction with details disclosure. Added a CSS, pointer cursor when hovering over the summary tag within a details element. Enhances user experience for interaction with details disclosure. It is more apealing. * Update page.css Clean up. --------- Co-authored-by: Michael Herzog <[email protected]>
1 parent 3feb41f commit 944419f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/page.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ summary {
122122
margin-bottom: 16px;
123123
}
124124

125+
summary:hover {
126+
cursor: pointer;
127+
}
128+
125129
p {
126130
padding-right: 16px;
127131
}

0 commit comments

Comments
 (0)