summaryrefslogtreecommitdiffstats
path: root/framework/qml/ContextMenuOverlay.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/ContextMenuOverlay.qml')
-rw-r--r--framework/qml/ContextMenuOverlay.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/qml/ContextMenuOverlay.qml b/framework/qml/ContextMenuOverlay.qml
index 472b6f4d..e56bb6df 100644
--- a/framework/qml/ContextMenuOverlay.qml
+++ b/framework/qml/ContextMenuOverlay.qml
@@ -38,10 +38,10 @@ Item {
38 38
39 Rectangle { 39 Rectangle {
40 anchors.fill: parent 40 anchors.fill: parent
41 color: "transparent" 41 color: Kube.Colors.highlightColor
42 border.color: Kube.Colors.highlightColor 42 visible: menu.visible
43 border.width: 1 43 opacity: 0.3
44 visible: mouseArea.containsMouse || menu.visible 44 radius: Kube.Units.smallSpacing
45 } 45 }
46 MouseArea { 46 MouseArea {
47 id: mouseArea 47 id: mouseArea