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

@@ -46,6 +46,11 @@
"name": "$navbar-item-img-max-height",
"value": "1.75rem"
},
"navbar-hamburger-color": {
"id": "navbar-hamburger-color",
"name": "$navbar-hamburger-color",
"value": "$navbar-item-color"
},
"navbar-tab-hover-background-color": {
"id": "navbar-tab-hover-background-color",
"name": "$navbar-tab-hover-background-color",
@@ -147,4 +152,4 @@
"value": "$border"
}
}
}
}