浏览代码

Document is-tab modifier class for navbar-item

hmistry 7 年之前
父节点
当前提交
107ea347a7
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      docs/documentation/components/navbar.html

+ 9 - 1
docs/documentation/components/navbar.html

@@ -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" %}