The selected site template does not visually change when it receives focus by keyboard
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3572886. --> Reported by: [mandclu](https://www.drupal.org/user/52136) Related to !867 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When navigating the installer screen for selecting a site template, the currently selected site template does not change when it receives focus. This confuses a keyboard user because the focus seems to "disappear".</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>On the site template selection screen, tab to the Language selector (the focusable element immediately the template element) - see first screen capture. Tab again, and noticed that the focus ring disappears from the Language element without any corresponding change to the selected template (second screen capture). Tab again, and notice that the selected template and the "Next button" both have the outlines with same color and width (third screen capture). If someone were to walk away from their computer at this point and return, it wouldn't be clear which element had focus.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Make the selected site template use visually different cues to signal which template is selected, versus which element has focus. This could mean having a different color outline for the selected template until it received focus, for example.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>See above.</p> <h3 id="summary-data-model-changes">Configuration changes</h3> > Related issue: [Issue #3494849](https://www.drupal.org/node/3494849)
issue