summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/TextField.qml')
-rw-r--r--framework/qml/TextField.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml
index 8315f955..384d6472 100644
--- a/framework/qml/TextField.qml
+++ b/framework/qml/TextField.qml
@@ -49,6 +49,6 @@ T.TextField {
49 background: Rectangle { 49 background: Rectangle {
50 color: Kube.Colors.viewBackgroundColor 50 color: Kube.Colors.viewBackgroundColor
51 border.width: 1 51 border.width: 1
52 border.color: root.focus ? Kube.Colors.highlightColor : Kube.Colors.buttonColor 52 border.color: root.activeFocus ? Kube.Colors.highlightColor : Kube.Colors.buttonColor
53 } 53 }
54} 54}