в details > summary сделал обычный cursor: pointer при наведении
parent
0ae0f2d6d2
commit
462bc656cf
|
@ -76,11 +76,11 @@ pre {
|
|||
}
|
||||
|
||||
details > summary {
|
||||
cursor: zoom-in;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
details[open] > summary {
|
||||
cursor: zoom-out;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.rotating-pic-container {
|
||||
|
|
Loading…
Reference in New Issue