mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Document is-tab modifier class for navbar-item
This commit is contained in:
parent
deb83d60df
commit
107ea347a7
@ -798,8 +798,16 @@ $(document).ready(function() {
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
You can add the modifier class <code>is-expanded</code> to turn it into a full-width element.
|
||||
You can add the following <strong>modifier</strong> classes:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code>is-expanded</code> to turn it into a full-width element
|
||||
</li>
|
||||
<li>
|
||||
<code>is-tab</code> to add a bottom border on hover and show the bottom border using <code>is-active</code>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{% include elements/anchor.html name="Transparent navbar" %}
|
||||
|
Loading…
Reference in New Issue
Block a user