Skip to content

Commit

Permalink
Update doxygen-awesome to v2.3.2 (#973)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Mar 18, 2024
1 parent e54d176 commit f169f38
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/doxygen-awesome-css/doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ body {
body, table, div, p, dl, #nav-tree .label, .title,
.sm-dox a, .sm-dox a:hover, .sm-dox a:focus, #projectname,
.SelectItem, #MSearchField, .navpath li.navelem a,
.navpath li.navelem a:hover, p.reference, p.definition {
.navpath li.navelem a:hover, p.reference, p.definition, div.toc li, div.toc h3 {
font-family: var(--font-family);
}

Expand All @@ -334,6 +334,7 @@ p.reference, p.definition {
a:link, a:visited, a:hover, a:focus, a:active {
color: var(--primary-color) !important;
font-weight: 500;
background: none;
}

a.anchor {
Expand Down Expand Up @@ -806,6 +807,10 @@ html.dark-mode iframe#MSearchResults {
line-height: var(--tree-item-height);
}

#nav-tree .item > a:focus {
outline: none;
}

#nav-sync {
bottom: 12px;
right: 12px;
Expand Down Expand Up @@ -843,6 +848,7 @@ html.dark-mode iframe#MSearchResults {

#nav-tree .arrow {
opacity: var(--side-nav-arrow-opacity);
background: none;
}

.arrow {
Expand Down Expand Up @@ -2460,17 +2466,17 @@ h2:hover a.anchorlink, h1:hover a.anchorlink, h3:hover a.anchorlink, h4:hover a.
Optional tab feature
*/

.tabbed ul {
.tabbed > ul {
padding-inline-start: 0px;
margin: 0;
padding: var(--spacing-small) 0;
}

.tabbed li {
.tabbed > ul > li {
display: none;
}

.tabbed li.selected {
.tabbed > ul > li.selected {
display: block;
}

Expand Down

0 comments on commit f169f38

Please sign in to comment.