Skip-link not readable if receiving focus
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3507131. --> Reported by: [joville](https://www.drupal.org/user/2584674) Related to !508 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The skip-link is not working for a11y because the .visually-hidden utility class overrides also the skip-link width.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Get the focus on the skip-link via tab key. You will see that the text of the skip is overflowing and is breaking the look and feel.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add :not(.skip-link) to the visually-hidden class</p>
issue