Replies: 1 comment
-
This border is the default behavior for Accessibility. You can probably use a CSS style like this, replacing YourElement:focus {
border: none; /* Remove the border */
outline: none; /* Remove the default outline */
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I can't figure where out how to turn off this border when the FluentListbox is part of a popover, within a form, and is focused. It looses the border when is not focused, I think it turns gray.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions