generate.sh: only show cursor when solutions are collapsed - chess-puzzles - chess puzzle book generator
(HTM) git clone git://git.codemadness.org/chess-puzzles
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit cb828aa3fa341d3af5e9338132497cf49671369f
(DIR) parent 10ce46bdd74256d98eec084142787f40730c582d
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 21 Dec 2023 20:29:26 +0100
generate.sh: only show cursor when solutions are collapsed
... not on all the puzzle solutions contained within.
Diffstat:
M generate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/generate.sh b/generate.sh
@@ -70,7 +70,7 @@ h2 a:hover:after {
footer {
clear: both;
}
-details {
+details summary {
cursor: pointer; /* show hand */
}
</style>