panel: remove unnecessary color changes for header panel when quicksettings open

This commit is contained in:
Devin Lin 2021-05-30 11:45:27 -04:00
parent 19e3840a23
commit f292ca20f4

View file

@ -163,13 +163,6 @@ Item {
showDropShadow: !showingApp
}
// top panel background (background for the rest of the screen in SlidingPanel.qml)
Rectangle {
anchors.fill: parent
color: PlasmaCore.Theme.backgroundColor
opacity: 0.6 * Math.min(1, slidingPanel.offset/panelContents.height)
}
// initial swipe down
MouseArea {
z: 99