mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
committed by
Jeremy Thomas
parent
3d786c88f7
commit
bf0578090d
@@ -198,7 +198,7 @@ a.navbar-item,
|
||||
flex-grow: 1
|
||||
flex-shrink: 1
|
||||
|
||||
.navbar-link
|
||||
.navbar-link:not(.is-arrowless)
|
||||
padding-right: 2.5em
|
||||
&::after
|
||||
+arrow($navbar-dropdown-arrow)
|
||||
|
||||
Reference in New Issue
Block a user