diff --git a/articles/components/menu-bar/index.adoc b/articles/components/menu-bar/index.adoc index 22ec7ec099..7886066f59 100644 --- a/articles/components/menu-bar/index.adoc +++ b/articles/components/menu-bar/index.adoc @@ -116,9 +116,9 @@ include::{root}/frontend/demo/component/menubar/react/menu-bar-icons.tsx[render, endif::[] -- -Most actions are difficult to represent reliably with icons, so use them sparingly. The benefit of icons in addition to text should be weighed against the visual distractions they may create. Menu items in drop-down menus should always have text labels. +Most actions are difficult to represent reliably with icons, so use them sparingly. The benefit of icons in addition to text should be weighed against the visual distractions they may create. Menu items in drop-down menus should always have text labels. Top-level items that open a drop-down menu are easier to recognize with the <> theme variant. -Icon-only menu buttons should be used primarily for common recurring actions with highly standardized, universally understood icons. Menu buttons should include a textual alternative for screen readers using the `aria-label` attribute or <>. Menu Bars with icon-only top-level items can use the *Tertiary Inline* style variant (Lumo only) to reduce the horizontal padding around the icons. +Icon-only menu buttons should be used primarily for common recurring actions with highly standardized, universally understood icons. Menu buttons should include a textual alternative for screen readers using the `aria-label` attribute or <>. Menu Bars with icon-only top-level items can use the *Tertiary Inline* style variant or the `icon` theme variant (both Lumo only) to reduce the horizontal padding around the icons. The `icon` variant also hides drop-down indicators, even when the `dropdown-indicators` variant is applied, so avoid combining the two if the indicators are needed. [.example] --