From c7676d51a4df90200d161ef92499dc2f00c22f48 Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Sat, 18 Sep 2021 19:05:06 +0200 Subject: [PATCH] Revert "Fix overflow-menu icon color on FeedListDelegate" This reverts commit 5c8a6ea6a4a9a2374ea25c486fe1ed1808050235. It turns out that the issue is caused by qqc2-desktop-style and qqc2-breeze-style. The problem should be solved upstream. And, anyway, this workaround didn't completely solve the issue either. --- src/qml/FeedListDelegate.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qml/FeedListDelegate.qml b/src/qml/FeedListDelegate.qml index 0d11ac32..766acce9 100644 --- a/src/qml/FeedListDelegate.qml +++ b/src/qml/FeedListDelegate.qml @@ -110,8 +110,6 @@ Controls.ItemDelegate { icon.name: "overflow-menu" icon.color: "white" onClicked: actionOverlay.open() - Kirigami.Theme.colorSet: Kirigami.Theme.Complementary - Kirigami.Theme.inherit: false } // Rounded edges