+ You can remove the arrow in the items of the Navbar by addind the navbar-dropdown class to them.
+
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7452f219..7acd90aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * #1884 New `$navbar-burger-color` variable * #1679 Add breakpoint based column gaps * #1905 Fix `modal` for IE11 #1902 +* #1919 New `is-arrowless` class for navbar items ### Bug fixes diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 0393ac63..b82097e3 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -952,6 +952,68 @@ document.addEventListener('DOMContentLoaded', function () { + +{% assign vernum = site.data.meta.version | downcase | remove: "." | plus: 0 %} + +{% if vernum >= 72 %} + +
+ You can remove the arrow in the items of the Navbar by addind the navbar-dropdown class to them.
+