mirror of https://github.com/KDE/kasts.git
Revert "Fix overflow-menu icon color on FeedListDelegate"
This reverts commit 5c8a6ea6a4
.
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.
This commit is contained in:
parent
5c8a6ea6a4
commit
c7676d51a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue