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