-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/menu
Description
The nested menu indicator renders weird in high contrast mode for both the pre-MDC and MDC-based menu
We render the arrow using a border on an ::after
element, where 3 of the four border edges are transparent
, but high contrast mode turns all border colors white, so it just looks like a box. As much as I enjoyed render rendering those arrows with CSS, their time has come to an end.
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/menu