You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Orange Navbar component displays the active item in orange with an underline to emphasize the current state.
The underline is displayed only for a min-width: 1024px (@media (min-width: 1024px), so when we display the page in responsive mode (width 320px), the underline is removed. From an accessibility POV this is not conform because color shall not be the only way of passing the information.
Prerequisites
Describe the issue
The Orange Navbar component displays the active item in orange with an underline to emphasize the current state.
The underline is displayed only for a min-width: 1024px (
@media (min-width: 1024px)
, so when we display the page in responsive mode (width 320px), the underline is removed. From an accessibility POV this is not conform because color shall not be the only way of passing the information.Reduced test cases
Go to Orange Navbar component and activate responsive in devtool with 320px width
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Firefox
What version of Boosted are you using?
v5.3
The text was updated successfully, but these errors were encountered: