mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add feature: is-expanded to navbar-item (#1320)
This commit is contained in:
parent
8792984f8e
commit
cddf8712b3
@ -7,6 +7,7 @@
|
|||||||
* 🎉 [List of buttons](https://bulma.io/documentation/elements/button/#list-of-buttons)
|
* 🎉 [List of buttons](https://bulma.io/documentation/elements/button/#list-of-buttons)
|
||||||
* 🎉 #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
|
* 🎉 #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
|
||||||
* 🎉 #1287 New `.is-invisible` helper
|
* 🎉 #1287 New `.is-invisible` helper
|
||||||
|
* 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
@ -736,6 +736,9 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
<code>navbar-dropdown</code>
|
<code>navbar-dropdown</code>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>
|
||||||
|
You can add the modifier class <code>is-expanded</code> to turn it into a full-width element.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include anchor.html name="Transparent navbar" %}
|
{% include anchor.html name="Transparent navbar" %}
|
||||||
|
@ -130,6 +130,9 @@ a.navbar-item,
|
|||||||
max-height: $navbar-item-img-max-height
|
max-height: $navbar-item-img-max-height
|
||||||
&.has-dropdown
|
&.has-dropdown
|
||||||
padding: 0
|
padding: 0
|
||||||
|
&.is-expanded
|
||||||
|
flex-grow: 1
|
||||||
|
flex-shrink: 1
|
||||||
&.is-tab
|
&.is-tab
|
||||||
border-bottom: 1px solid transparent
|
border-bottom: 1px solid transparent
|
||||||
min-height: $navbar-height
|
min-height: $navbar-height
|
||||||
|
Loading…
Reference in New Issue
Block a user