Skip to content

Commit 4d98db4

Browse files
kartbendanieldegrasse
authored andcommitted
doc: doxygen: update doxygen awesome to v2.3.4
No major changes but compatibility is improved with Doxygen 1.12.0. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 5b56e4d commit 4d98db4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/_doxygen/doxygen-awesome.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults {
805805
#nav-tree .item {
806806
height: var(--tree-item-height);
807807
line-height: var(--tree-item-height);
808+
overflow: hidden;
809+
text-overflow: ellipsis;
808810
}
809811

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

828832
#nav-tree .selected::after {
@@ -1749,7 +1753,7 @@ table.fieldtable th {
17491753
color: var(--tablehead-foreground);
17501754
}
17511755

1752-
table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fielddoc, .fieldtable th {
1756+
table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit, .fieldtable td.fielddoc, .fieldtable th {
17531757
border-bottom: 1px solid var(--separator-color);
17541758
border-right: 1px solid var(--separator-color);
17551759
}

0 commit comments

Comments
 (0)