Просмотр исходного кода

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 год назад
Родитель
Сommit
944419f495
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      docs/page.css

+ 4 - 0
docs/page.css

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

粤ICP备19079148号