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
#33125 introduced a new helper to handle focus rings.
Since then, we can observe a blue outline while focusing the navbar with the mouse and with the keyboard.
First of all, the outline shouldn't be displayed when the focus is given via the mouse; it should remains given by the keyboard. FWIW we removed this kind of behavior from the buttons not a long time ago.
Secondly, IMO the outline doesn't have enough contrast on our docs navbar, plus the rendering (still IMO) too much differs from the focus displayed on the navbar brand logo and from the skip links.
Prerequisites
Describe the issue
#33125 introduced a new helper to handle focus rings.
Since then, we can observe a blue outline while focusing the navbar with the mouse and with the keyboard.
First of all, the outline shouldn't be displayed when the focus is given via the mouse; it should remains given by the keyboard. FWIW we removed this kind of behavior from the buttons not a long time ago.
Secondly, IMO the outline doesn't have enough contrast on our docs navbar, plus the rendering (still IMO) too much differs from the focus displayed on the navbar brand logo and from the skip links.
The possibly corresponding code:
bootstrap/scss/_nav.scss
Lines 41 to 44 in 1b39d12
Reduced test cases
Reduced tests cases:
What operating system(s) are you seeing the problem on?
Windows, macOS, Android, iOS, Linux
What browser(s) are you seeing the problem on?
Chrome, Safari, Firefox, Microsoft Edge, Opera
What version of Bootstrap are you using?
main branch
The text was updated successfully, but these errors were encountered: