How to get rid of this weird focus border ? #1099
-
Hello, I'm using Grid layout with multiple columns as shown in the attached snapshot. With focus or even clicking anywhere in the empty space, this weird looking border appears. Any hints to resolve it would be appreciated. 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The focus is expected behavior for accessibility. Related discussion: #995 If the concern is the shape of the focus, which is understandable, I believe it's because the Grid component uses negative margins. You may be able to work around that by providing some margin of your own to that section. Definitely something for us to consider and we may revise the use of negative margins for this reason. |
Beta Was this translation helpful? Give feedback.
The focus is expected behavior for accessibility. Related discussion: #995
If the concern is the shape of the focus, which is understandable, I believe it's because the Grid component uses negative margins. You may be able to work around that by providing some margin of your own to that section. Definitely something for us to consider and we may revise the use of negative margins for this reason.