Add without-arrow class for navbar items (#1919)

* Add is-arrowless class for navbar items

It removes the arrow in the items of the Navbar.

Closes https://github.com/jgthms/bulma/issues/1833

* Add documentation for is-arrowless class

* Add is-arrowless to the changelog
This commit is contained in:
Ana María Martínez Gómez
2018-06-11 11:51:32 +02:00
committed by Jeremy Thomas
parent 3d786c88f7
commit bf0578090d
3 changed files with 64 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
* #1884 New `$navbar-burger-color` variable
* #1679 Add breakpoint based column gaps
* #1905 Fix `modal` for IE11 #1902
* #1919 New `is-arrowless` class for navbar items
### Bug fixes