Skip to content

Commit

Permalink
Merge pull request elastic#8169 from jbudz/navbar-active
Browse files Browse the repository at this point in the history
Active navbar should match the current background

Former-commit-id: 73c0c26
  • Loading branch information
jbudz authored Sep 7, 2016
2 parents 402af3f + 9104360 commit e30fed8
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 e30fed8

Please sign in to comment.