diff --git a/containments/taskpanel/package/contents/ui/Button.qml b/containments/taskpanel/package/contents/ui/Button.qml index 0acedb15..c1bb8ac0 100644 --- a/containments/taskpanel/package/contents/ui/Button.qml +++ b/containments/taskpanel/package/contents/ui/Button.qml @@ -31,7 +31,11 @@ MouseArea { property alias iconSource: icon.source property bool checked property bool checkable - + Rectangle { + anchors.fill: parent + visible: button.checked + opacity: 0.05 + } PlasmaCore.IconItem { id: icon anchors.fill: parent