We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am attempting to remove the black border shown here (it appears to be focus related). I have tried:
FocusVisualStyle="{x:Null}"
BorderBrush="Transparent"
IsFocused
IsKeyboardFocused
BorderThickness="0"
ControlsHelper.FocusBorderBrush
And none of them seem to get rid of this black border:
I hope I'm not overlooking something simple... How can I remove this border?
The text was updated successfully, but these errors were encountered:
(GH-3477) Fix for: Removing black border from button
a84360c
Merge pull request #3487 from MahApps/feature/GH-3477-ControlsHelper-…
235b56f
…FocusBorderThickness (GH-3477) Add new attached property FocusBorderThickness
Successfully merging a pull request may close this issue.
I am attempting to remove the black border shown here (it appears to be focus related). I have tried:
FocusVisualStyle="{x:Null}"
)BorderBrush="Transparent"
in a Style trigger usingIsFocused
andIsKeyboardFocused
BorderThickness="0"
directly on the buttonControlsHelper.FocusBorderBrush
which doesn't appear to be used for buttonsAnd none of them seem to get rid of this black border:
I hope I'm not overlooking something simple... How can I remove this border?
The text was updated successfully, but these errors were encountered: