Skip to content

Commit

Permalink
Added a CSS, pointer cursor when hovering over the summary tag within… (
Browse files Browse the repository at this point in the history
mrdoob#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 <michael.herzog@human-interactive.org>
  • Loading branch information
Therobo77 and Mugen87 authored Sep 19, 2024
1 parent 3feb41f commit 944419f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ summary {
margin-bottom: 16px;
}

summary:hover {
cursor: pointer;
}

p {
padding-right: 16px;
}
Expand Down

0 comments on commit 944419f

Please sign in to comment.