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
Currently we use a border which we increase to 2px width when a field is focused. While the styling has been set up so that this shouldn't be much different from an outline, in some cases it causes tiny changes in page layout which make some items move around by a fraction of a pixel. This is particularly visible when tabbing around:
A simple solution here would be to use outline instead.
Steps to Reproduce
npm run start
Tab around
Watch some elements move
Expected Behavior
Focusing elements shouldn't affect page layout.
Environment
Host Firefox
OS: W10 x64
Library version: 0.7.1
The text was updated successfully, but these errors were encountered:
Describe the Bug
Currently we use a border which we increase to 2px width when a field is focused. While the styling has been set up so that this shouldn't be much different from an outline, in some cases it causes tiny changes in page layout which make some items move around by a fraction of a pixel. This is particularly visible when tabbing around:
A simple solution here would be to use
outline
instead.Steps to Reproduce
npm run start
Expected Behavior
Focusing elements shouldn't affect page layout.
Environment
The text was updated successfully, but these errors were encountered: