summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 05:25:46 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 05:25:46 +0200
commit4bb023e6f95d1d885eb1b706e8507473e53bf787 (patch)
tree7be31e3976482e416a1adb5746f773144350ac6f
parent8fc5808b5f0dfab59e93d46ef581eebe66a1ffd1 (diff)
downloadkube-4bb023e6f95d1d885eb1b706e8507473e53bf787.tar.gz
kube-4bb023e6f95d1d885eb1b706e8507473e53bf787.zip
Show highlight on active focus
-rw-r--r--framework/qml/IconButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml
index b9b20102..62f4d0ff 100644
--- a/framework/qml/IconButton.qml
+++ b/framework/qml/IconButton.qml
@@ -37,7 +37,7 @@ T.Button {
37 background: Rectangle { 37 background: Rectangle {
38 color: "#2980b9" //FIXME 38 color: "#2980b9" //FIXME
39 39
40 visible: root.hovered == true 40 visible: root.hovered || root.activeFocus
41 41
42 Rectangle { 42 Rectangle {
43 anchors.fill: parent 43 anchors.fill: parent