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 72b0e053..7473c140 100644 --- a/framework/qml/Button.qml +++ b/framework/qml/Button.qml | |||
@@ -37,7 +37,7 @@ T.Button { | |||
37 | color: Colors.buttonColor | 37 | color: Colors.buttonColor |
38 | 38 | ||
39 | border.width: 2 | 39 | border.width: 2 |
40 | border.color: root.focus ? Colors.highlightColor : Colors.buttonColor | 40 | border.color: root.focus && !root.pressed ? Colors.highlightColor : Colors.buttonColor |
41 | 41 | ||
42 | Rectangle { | 42 | Rectangle { |
43 | anchors.fill: parent | 43 | anchors.fill: parent |