diff --git a/components.html b/components.html index 393f184004..59b3f4cee6 100644 --- a/components.html +++ b/components.html @@ -1607,7 +1607,7 @@ base_url: "../"

Context-specific usage

-

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.

diff --git a/css.html b/css.html index 12032c497a..1eea9152ba 100644 --- a/css.html +++ b/css.html @@ -2216,6 +2216,10 @@ For example, <section> should be wrapped as inline.

Link functionality not impacted

This class will only change the <a>'s appearance, not its functionality. Use custom JavaScript to disable links here.

+
+

Context-specific usage

+

While button classes can be used on <a> and <button> elements, only <button> elements are supported within our nav and navbar components.

+

Button tags