How to get rid of focus highlighting in JavaFX

Today I was asked if I know a way to get rid of the focus-highlighting of JavaFX controls (respectively buttons): Most posts and tipps regarding this issue suggesting to adding: .button:focused { -fx-focus-color: transparent; } But with this style a glow like this is still left: To get rid of this glow also often suggested… Continue Reading How to get rid of focus highlighting in JavaFX