Fixes issue #753 (#1884)

* Add Sass variable to control Navbar Burger color

Adds a sass variable to control the Navbar's burger color. Sets the default to match what the Item color is set to.

* Update order for bulma code styles

* Update Docs to reflect the improvement/bugifx.
This commit is contained in:
Dan
2018-05-30 04:27:13 -04:00
committed by Jeremy Thomas
parent 8486c0d751
commit 768069ad90
2 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ $navbar-item-active-color: $black !default
$navbar-item-active-background-color: transparent !default
$navbar-item-img-max-height: 1.75rem !default
$navbar-hamburger-color: $navbar-item-color !default
$navbar-tab-hover-background-color: transparent !default
$navbar-tab-hover-border-bottom-color: $link !default
$navbar-tab-active-color: $link !default
@@ -139,6 +141,7 @@ body
overflow-y: hidden
.navbar-burger
color: $navbar-hamburger-color
+hamburger($navbar-height)
margin-left: auto