Skip to content

Commit 5476e63

Browse files
committed
limit active styles for nav-pills to immediate children
1 parent bcc1f84 commit 5476e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
@include border-radius($nav-pills-border-radius);
7777

7878
&.active,
79-
.show & {
79+
.show > & {
8080
color: $nav-pills-link-active-color;
8181
background-color: $nav-pills-link-active-bg;
8282
}

0 commit comments

Comments
 (0)