Hi,I have a project where I want to use Buttons with custom images. If I set up  different properties in the Custom Styles section of the button and I run the project the pressed style never appears. All of the other styles are working except for the pressed style, (No matter if I use StyleBoxFlat or StyleboxTexture!)And it's quite interesting because if I specify Custom Colors for the button the Font Color Pressed seems working!Could this be a bug?Thanks for any advice in advance.

OK. After filing a bug here: https://github.com/godotengine/godot/issues/4575The conclusion is: the focus images / focus style of a button are supposed to be semi transparent for now, because of the way currently the engine is coded we cannot use opaque stuff for the pressed property.

7 years later