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
The situation when using the High contrast mode of Windows 10 can also clearly be improved IMHO.
π₯ View video (0:45)Carnac_0pJboDR3LV.mp4
β¬ As you can see, AdGuard Browser extension is quite good, unlike AdGuard Browser Assistant (toggle switches not visible β though both functional β, focus on the action entries not visible when using the TAB keyΒΉ, β¦). βΊοΈ
Β
View dev notes β¦
Β
ΒΉ Easily fixable though, using the outline transparent trick (explained in text and in a short video):
Theme all normally (like currently + fix the toggle switches focus style) and simply add either:
*[tabindex]:focus { outline: transparent solid 2px; }
βͺοΈ To have that: Edge video result β with the same theme too (user's color preferences take precedence for a11y).
π‘ Note that with this system, if the "high contrast mode" is not in use, nothing is altered (see the Edge video result). βοΈ Unlike if you choose to use globally "gray" instead of "transparent" (see this video then).
π‘ You may want to use :focus-visible instead though, to theme only for keyboard (TAB) and not mouse (click).
π» Browser Assistant
1.3.32 beta
on Firefox111.0.1
.π Steps to reproduce
Actual behavior
Expected behavior
See this screenshot for a possible adequate focus style regarding the latter.
ποΈ Like so we can see we are on it, just like what the AdGuard Browser extension does β or Firefox does.
The text was updated successfully, but these errors were encountered: