Skip to content

Commit

Permalink
Active navbar should match the current background
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 6, 2016
1 parent 6aa8ca4 commit 741bd78
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 741bd78

Please sign in to comment.