Highlight HButton when tab-focused

This commit is contained in:
miruka
2019-08-20 17:43:59 -04:00
parent ce128d5ab5
commit e012cf6e31
2 changed files with 1 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ Button {
button.enabled && button.pressed ?
theme.controls.button.pressedOverlay :
button.enabled && button.hovered ?
(button.enabled && button.hovered) || button.visualFocus ?
theme.controls.button.hoveredOverlay :
"transparent"