Highlight HButton when tab-focused
This commit is contained in:
parent
ce128d5ab5
commit
e012cf6e31
2
TODO.md
2
TODO.md
|
@ -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$`
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user