diff options
Diffstat (limited to 'framework/qml/IconButton.qml')
-rw-r--r-- | framework/qml/IconButton.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml index 13f817a0..a0cd704f 100644 --- a/framework/qml/IconButton.qml +++ b/framework/qml/IconButton.qml | |||
@@ -35,7 +35,9 @@ T.Button { | |||
35 | hoverEnabled: true | 35 | hoverEnabled: true |
36 | 36 | ||
37 | background: Rectangle { | 37 | background: Rectangle { |
38 | color: Kube.Colors.buttonColor | 38 | color: "#2980b9" //FIXME |
39 | |||
40 | visible: root.hovered == true | ||
39 | 41 | ||
40 | Rectangle { | 42 | Rectangle { |
41 | anchors.fill: parent | 43 | anchors.fill: parent |