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
This could lead to errors as someone could forget to make this adjustment
So it might make sense to add a class to the <nav> element instead of using aria-label as a selector.
The text was updated successfully, but these errors were encountered:
Currently CSS selectors like
nav[aria-label="page"]
are used.Since the value of the
aria-label
attribute should be translated, the CSS selector must be adjusted accordingly when adding another language.This could lead to errors as someone could forget to make this adjustment
So it might make sense to add a class to the
<nav>
element instead of usingaria-label
as a selector.The text was updated successfully, but these errors were encountered: