mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-08-01 03:26:05 -04:00
css: main : toc : add cursor as zoom
* accessibility
This commit is contained in:
parent
94b67a5dc9
commit
2623cd8f8b
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toc details summary {
|
||||||
|
cursor: zoom-in;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc details[open] summary {
|
||||||
|
cursor: zoom-out;
|
||||||
|
}
|
||||||
|
|
||||||
.toc .details {
|
.toc .details {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue