Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 1f77527

Browse files
author
Nikolaus Kühn
committed
chore(apiGen): remove special cursor as it's not reliably showing on places that are expandable yet.
1 parent 1b71d6b commit 1f77527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/theme/resources/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ h2.switchable {
310310

311311
.summary tr:hover td {
312312
background: #f6f6f4;
313-
cursor: help;
313+
/* cursor: help; */ /* TODO add semantically correct tag that something is expandable by clicking it */
314314
}
315315

316316
.summary .description p {

0 commit comments

Comments
 (0)