Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/components/menu-bar/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<styling#drop-down-indicators,`dropdown-indicators`>> 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 <<tooltips,tooltips>>. 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 <<tooltips,tooltips>>. 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]
--
Expand Down
Loading