We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, it is difficult to remove the "view" button text and still have the text as part of the aria label.
Sometimes, we will replace the text with an arrow icon or something similar. However, we still want the aria label to read "View Topic 1".
.boxmenu-item__button
span
linkTextAria
linkText
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Subject of the enhancement
Currently, it is difficult to remove the "view" button text and still have the text as part of the aria label.
Use case
Sometimes, we will replace the text with an arrow icon or something similar. However, we still want the aria label to read "View Topic 1".
Possible solutions
.boxmenu-item__button
with aspan
tag that can be hidden with CSS in a custom theme.linkTextAria
so that the aria label can be set independently of thelinkText
value.The text was updated successfully, but these errors were encountered: