diff --git a/components.html b/components.html index 393f184004..59b3f4cee6 100644 --- a/components.html +++ b/components.html @@ -1607,7 +1607,7 @@ base_url: "../"
Like the standard button classes, .navbar-btn
can be used to style <a>
and <input>
elements in most contexts. However, neither .navbar-btn
nor the other button classes should be used within a .navbar-nav
.
Like the standard button classes, .navbar-btn
can be used on <a>
and <input>
elements. However, neither .navbar-btn
nor the standard button classes should be used on <a>
elements within .navbar-nav
.
<section>
should be wrapped as inline.
This class will only change the <a>
's appearance, not its functionality. Use custom JavaScript to disable links here.
While button classes can be used on <a>
and <button>
elements, only <button>
elements are supported within our nav and navbar components.