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

@ -5,8 +5,6 @@
- Make all icon SVG files white/black, since we can now use ColorOverlay - Make all icon SVG files white/black, since we can now use ColorOverlay
- Make the icon blue in EditAccount when hovering and no avatar set - Make the icon blue in EditAccount when hovering and no avatar set
- HButton
- visualFocus
- Checkbox theming - Checkbox theming
- `^property type name$` - `^property type name$`

View File

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