notifcenter: collapsible app groups, hover-only group dismiss, full opacity on notif hover
This commit is contained in:
parent
a502faef19
commit
862169aba0
2 changed files with 110 additions and 22 deletions
|
|
@ -28,7 +28,7 @@ Item {
|
|||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: _hover.hovered ? M.Theme.base02 : M.Theme.base01
|
||||
opacity: Math.max(M.Theme.barOpacity, 0.9)
|
||||
opacity: _hover.hovered ? 1.0 : Math.max(M.Theme.barOpacity, 0.9)
|
||||
radius: M.Theme.radius
|
||||
|
||||
Behavior on color {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue