mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
* 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user