Skip to content

Commit

Permalink
doc: fix styles of the expandable TOC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aduh95 authored Jan 26, 2025
1 parent e1e1ada commit 43daa9b
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,40 +570,28 @@ hr {
}

.toc ul {
margin: 0
margin: 0;
}

.toc li a::before {
content: "■";
color: var(--color-text-primary);
padding-right: 1em;
font-size: 0.9em;
.toc>ul:first-child {
margin-left: 1rem;
}
.toc li {
display: list-item;
list-style: square;
}
.toc li a {
display: inline;
padding-left: 0;
}

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

.toc ul ul a {
.toc ul {
padding-left: 1rem;
}

.toc ul ul ul a {
padding-left: 2rem;
}

.toc ul ul ul ul a {
padding-left: 3rem;
}

.toc ul ul ul ul ul a {
padding-left: 4rem;
}

.toc ul ul ul ul ul ul a {
padding-left: 5rem;
}

#toc .stability_0::after,
.deprecated-inline::after {
background-color: var(--red2);
Expand Down

0 comments on commit 43daa9b

Please sign in to comment.