[413088]: / docs / site_libs / navigation-1.1 / codefolding-lua.css

Download this file

10 lines (9 with data), 252 Bytes

1
2
3
4
5
6
7
8
9
detaiks.chunk-details > summary.chunk-summary {
text-align: right;
}
details.chunk-details[open] > summary.chunk-summary::after {
content: "Hide";
}
details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text {
display: none;
}