]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix navbar-burger color when color modifier is used (#1982)
authorCornelius A. Ludmann <github@cornelius-ludmann.de>
Tue, 2 Oct 2018 07:30:08 +0000 (09:30 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 2 Oct 2018 07:30:08 +0000 (08:30 +0100)
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.

sass/components/navbar.sass

index 3d1064915bad30aa7309106f4c55ab26e6d33a17..f11153d3f6c9f4c51cdde99db451555d7db1c489 100644 (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