Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10cf1bf

Browse files
committed
improve treeview selection indicator: rounded corners
1 parent ccedae8 commit 10cf1bf

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doxygen-awesome.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,21 @@ html.dark-mode iframe#MSearchResults {
773773
text-shadow: none;
774774
background-image: none;
775775
background-color: transparent;
776-
box-shadow: inset 4px 0 0 0 var(--primary-color);
776+
position: relative;
777777
}
778778

779+
#nav-tree .selected::after {
780+
content: "";
781+
position: absolute;
782+
top: 1px;
783+
bottom: 1px;
784+
left: 0;
785+
width: 4px;
786+
border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
787+
background: var(--primary-color);
788+
}
789+
790+
779791
#nav-tree a {
780792
color: var(--side-nav-foreground) !important;
781793
font-weight: normal;

0 commit comments

Comments
 (0)