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