mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Improve detail styling
This commit is contained in:
@@ -110,24 +110,18 @@ details.doc-index ul {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details.odin-doc-toggle > summary.hideme span:before {
|
||||||
.odin-doc-toggle {
|
content: "Expand description";
|
||||||
|
}
|
||||||
|
details.odin-doc-toggle[open] > summary.hideme span:before {
|
||||||
|
content: "Close description";
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
details.odin-doc-toggle[open] > summary.hideme {
|
details.odin-doc-toggle[open] > summary.hideme {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
details.odin-doc-toggle > summary.hideme {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
details.odin-doc-toggle[open] > summary.hideme span {
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
details.code-example > summary {
|
details.code-example > summary {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user