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 has-focus class is added if a user tabs through the page. The intent is to make it more obvious where the user is on the page for accessibility reasons.
If you wanted to remove it, what would you replace it with?
yeah, feel free to submit a pull request with the background colour replaced with another style.
If the style within sky-form (or whatever the toolkit forms are) include a border width already then, for these forms we could safely change the colour of border. We couldn't for example use border: 1px solid blue on forms where we don't know if borders are being used as this would cause a 'jump' when the element is focused on. Just something to remember.
Could you also ensure that it has gone through proper design/accessibility checks. Previously we went through nomensa, but i'm not sure if they would have seen the affect on forms.
There appears to be a background-color being set when an input is in focus.
Should this be descoped from input-esque elements, or removed altogether?
commit that introduced it
The text was updated successfully, but these errors were encountered: