From e343ae94e5af7147aa04fa020af58489db10ed87 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 23 Jun 2015 16:07:25 -0700 Subject: [PATCH] remove the blue highlight --- containments/taskpanel/package/contents/ui/Button.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/containments/taskpanel/package/contents/ui/Button.qml b/containments/taskpanel/package/contents/ui/Button.qml index d3b2bf46..0acedb15 100644 --- a/containments/taskpanel/package/contents/ui/Button.qml +++ b/containments/taskpanel/package/contents/ui/Button.qml @@ -32,12 +32,6 @@ MouseArea { property bool checked property bool checkable - Rectangle { - anchors.fill:parent - radius: width/4 - visible: button.checked - color: theme.highlightColor - } PlasmaCore.IconItem { id: icon anchors.fill: parent