Highlight HButton when tab-focused
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user