Hovered button doesn't work with keyboard

So i want to make a game playable entirely with keyboard.
My prob is, when i select a button without pressing it, meaning the button is just hovered, all i have is a little blue border, and there’s no way to change the color or even have access to this little blue border.

Any tip how to change it ?

You can change if it’s present with Render Focus Rule

To start with keyboard focus within your widget add
select

1 Like

Those steps are good, i’ve followed this tutorial https://www.youtube.com/watch?v=gDKIenYaoxw. The normal and pressed styles work fine, but not the hovereds. Don’t know why.