Only made the cursor pointer when hovering over the summary element

This commit is contained in:
Helen Chong 2023-06-27 07:58:19 +08:00
parent cd5868be37
commit 6b4e9faae8
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ pre {
overflow-x: auto; overflow-x: auto;
} }
details { summary {
cursor: pointer; cursor: pointer;
} }