Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0ab483

Browse filesBrowse files
aduh95marco-ippolito
authored andcommitted
doc: fix styles of the expandable TOC
PR-URL: #56755 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d4ca38f commit b0ab483
Copy full SHA for b0ab483

File tree

Expand file treeCollapse file tree

1 file changed

+12
-24
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-24
lines changed

‎doc/api_assets/style.css

Copy file name to clipboardExpand all lines: doc/api_assets/style.css
+12-24Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -570,40 +570,28 @@ hr {
570570
}
571571

572572
.toc ul {
573-
margin: 0
573+
margin: 0;
574574
}
575-
576-
.toc li a::before {
577-
content: "■";
578-
color: var(--color-text-primary);
579-
padding-right: 1em;
580-
font-size: 0.9em;
575+
.toc>ul:first-child {
576+
margin-left: 1rem;
577+
}
578+
.toc li {
579+
display: list-item;
580+
list-style: square;
581+
}
582+
.toc li a {
583+
display: inline;
584+
padding-left: 0;
581585
}
582586

583587
.toc li a:hover::before {
584588
color: var(--white);
585589
}
586590

587-
.toc ul ul a {
591+
.toc ul {
588592
padding-left: 1rem;
589593
}
590594

591-
.toc ul ul ul a {
592-
padding-left: 2rem;
593-
}
594-
595-
.toc ul ul ul ul a {
596-
padding-left: 3rem;
597-
}
598-
599-
.toc ul ul ul ul ul a {
600-
padding-left: 4rem;
601-
}
602-
603-
.toc ul ul ul ul ul ul a {
604-
padding-left: 5rem;
605-
}
606-
607595
#toc .stability_0::after,
608596
.deprecated-inline::after {
609597
background-color: var(--red2);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.