в details > summary сделал обычный cursor: pointer при наведении

design
serr 2025-05-24 21:59:19 +03:00
parent 0ae0f2d6d2
commit 462bc656cf
1 changed files with 2 additions and 2 deletions

View File

@ -76,11 +76,11 @@ pre {
} }
details > summary { details > summary {
cursor: zoom-in; cursor: pointer;
} }
details[open] > summary { details[open] > summary {
cursor: zoom-out; cursor: pointer;
} }
.rotating-pic-container { .rotating-pic-container {