Reputation: 818
I'm trying to remove the blue box that appears around focused buttons in Godot. I saw here that it can be done with "StyleBoxEmpty", but the example picture is a broken link. I have looked through all the node properties, but I cannot find it. Can someone clarify how to enable this property?
Upvotes: 1
Views: 1483
Reputation: 1867
"custom styles" is now "Styles" under "Theme Overrides" in the "Control" class
(I had a hard time finding it)
Upvotes: 1
Reputation: 818
Okay, I figured it out...
To remove the unwanted blue "style box" border around focused buttons, do the following:
Upvotes: 1