Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 6d96ea2

Browse files
feat: improved active color for dash nav
1 parent bd3f916 commit 6d96ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/navbar/navbar.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
width: 100%;
8585
background-color: $primaryColor;
8686
&:active, &.active-route {
87-
border-right: $activeWidth white solid;
87+
border-right: $activeWidth #001dff solid;
8888
}
8989
.navbar-brand {
9090
color: white;

0 commit comments

Comments
 (0)