Kaynağa Gözat

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 <michael.herzog@human-interactive.org>
VIKASH LAL 1 yıl önce
ebeveyn
işleme
944419f495
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      docs/page.css

+ 4 - 0
docs/page.css

@@ -122,6 +122,10 @@ summary {
 	margin-bottom: 16px;
 }
 
+summary:hover {
+	cursor: pointer;
+}
+
 p {
 	padding-right: 16px;
 }

粤ICP备19079148号