From c9a032e54a6fea705c6a4c604576da0f6ef551a4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 5 Jul 2018 00:56:00 +0200 Subject: Fixed focus highlight of back button --- framework/qml/View.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/qml/View.qml b/framework/qml/View.qml index f4a34701..2cc8663f 100644 --- a/framework/qml/View.qml +++ b/framework/qml/View.qml @@ -88,10 +88,7 @@ FocusScope { left: container.left } z: 1 - background: Rectangle { - anchors.fill: parent - color: Kube.Colors.textColor - } + color: Kube.Colors.textColor iconName: Kube.Icons.goBack_inverted visible: currentIndex > 0 onClicked: decrementCurrentIndex() -- cgit v1.2.3