diff options
Diffstat (limited to 'framework/qml/Button.qml')
-rw-r--r-- | framework/qml/Button.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/Button.qml b/framework/qml/Button.qml index 6a3654cc..664d9b3d 100644 --- a/framework/qml/Button.qml +++ b/framework/qml/Button.qml | |||
@@ -38,7 +38,7 @@ T.Button { | |||
38 | 38 | ||
39 | Rectangle { | 39 | Rectangle { |
40 | anchors.fill: parent | 40 | anchors.fill: parent |
41 | visible: root.hovered || root.pressed | 41 | visible: root.hovered || root.pressed || root.activeFocus |
42 | color: root.pressed ? Colors.textColor : Colors.viewBackgroundColor | 42 | color: root.pressed ? Colors.textColor : Colors.viewBackgroundColor |
43 | opacity: 0.2 | 43 | opacity: 0.2 |
44 | } | 44 | } |