summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/PositiveButton.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml
index 9e3c5d72..0deb5d02 100644
--- a/framework/qml/PositiveButton.qml
+++ b/framework/qml/PositiveButton.qml
@@ -26,6 +26,14 @@ AbstractButton {
26 highlightOpacity: 0.2 26 highlightOpacity: 0.2
27 27
28 Rectangle { 28 Rectangle {
29 anchors.fill: parent
30 color: "transparent"
31 border.width: 2
32 border.color: Colors.highlightColor
33 visible: hovered || visualFocus
34 }
35
36 Rectangle {
29 anchors.fill: parent 37 anchors.fill: parent
30 color: "transparent" 38 color: "transparent"
31 border.width: 1 39 border.width: 1