Skip to content

Commit

Permalink
Update doxygen-awesome to v2.3.4 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent 9cbd834 commit c6e9eb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/doxygen-awesome-css/doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults {
#nav-tree .item {
height: var(--tree-item-height);
line-height: var(--tree-item-height);
overflow: hidden;
text-overflow: ellipsis;
}

#nav-tree .item > a:focus {
Expand All @@ -823,6 +825,8 @@ html.dark-mode iframe#MSearchResults {
background-image: none;
background-color: transparent;
position: relative;
color: var(--primary-color) !important;
font-weight: 500;
}

#nav-tree .selected::after {
Expand Down Expand Up @@ -1749,7 +1753,7 @@ table.fieldtable th {
color: var(--tablehead-foreground);
}

table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fielddoc, .fieldtable th {
table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit, .fieldtable td.fielddoc, .fieldtable th {
border-bottom: 1px solid var(--separator-color);
border-right: 1px solid var(--separator-color);
}
Expand Down

0 comments on commit c6e9eb3

Please sign in to comment.