Only made the cursor pointer when hovering over the summary element

This commit is contained in:
Leilukin 2023-06-27 07:58:19 +08:00 committed by Helen Chong
parent ecb713e244
commit 08752fa746

View File

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