Skip to content

Commit

Permalink
Merge pull request #8169 from jbudz/navbar-active
Browse files Browse the repository at this point in the history
Active navbar should match the current background
  • Loading branch information
jbudz authored Sep 7, 2016
2 parents 0b472a3 + 741bd78 commit 73c0c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/styles/variables/bootstrap-mods.less
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
@navbar-default-link-hover-color: @kibanaGray2;
@navbar-default-link-hover-bg: transparent;
@navbar-default-link-active-color: @kibanaGray1;
@navbar-default-link-active-bg: @kibanaGray6;
@navbar-default-link-active-bg: transparent;
@navbar-default-link-disabled-color: @kibanaGray3;
@navbar-default-link-disabled-bg: transparent;

Expand Down

0 comments on commit 73c0c26

Please sign in to comment.