Fix navbar-burger color when color modifier is used (#1982)

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.
This commit is contained in:
Cornelius A. Ludmann 2018-10-02 09:30:08 +02:00 committed by Jeremy Thomas
parent 39bdeacf46
commit 5a8b28bc82

View File

@ -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