Skip to content

Commit

Permalink
Fix navbar-burger color when color modifier is used (#1982)
Browse files Browse the repository at this point in the history
When using a color modifier for a navbar (e.g., is-dark) the burger icon does not change the color. This commit adds the color modification for the navbar burger icon.
  • Loading branch information
corneliusludmann authored and jgthms committed Oct 2, 2018
1 parent 39bdeac commit 5a8b28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/components/navbar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ $navbar-breakpoint: $desktop !default
.navbar-link
&::after
border-color: $color-invert
.navbar-burger
color: $color-invert
+from($navbar-breakpoint)
.navbar-start,
.navbar-end
Expand Down

0 comments on commit 5a8b28b

Please sign in to comment.