summaryrefslogtreecommitdiffstats
path: root/framework/qml/PositiveButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r--framework/qml/PositiveButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml
index 01588d97..aa134d15 100644
--- a/framework/qml/PositiveButton.qml
+++ b/framework/qml/PositiveButton.qml
@@ -37,7 +37,7 @@ T.Button {
37 color: Colors.positiveColor 37 color: Colors.positiveColor
38 38
39 border.width: 2 39 border.width: 2
40 border.color: root.focus ? Colors.highlightColor : Colors.positiveColor 40 border.color: root.focus && !root.pressed ? Colors.highlightColor : Colors.positiveColor
41 41
42 Rectangle { 42 Rectangle {
43 anchors.fill: parent 43 anchors.fill: parent