Skip to content

Commit 95a85e9

Browse files
committed
fix: apply active orange color to nav-parent (My Servers) tab
1 parent bd0f046 commit 95a85e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,8 @@ cap-widget {
727727
background: rgba(238, 129, 50, 0.08);
728728
}
729729

730-
.nav-item.active {
730+
.nav-item.active,
731+
.nav-parent.active {
731732
color: var(--accent-1);
732733
}
733734

0 commit comments

Comments
 (0)