notifcenter: hide group header chevron when not hovered
This commit is contained in:
parent
d0be9616ae
commit
87aeed2ee5
1 changed files with 1 additions and 0 deletions
|
|
@ -339,6 +339,7 @@ M.HoverPanel {
|
||||||
color: M.Theme.base04
|
color: M.Theme.base04
|
||||||
font.pixelSize: M.Theme.fontSize - 2
|
font.pixelSize: M.Theme.fontSize - 2
|
||||||
font.family: M.Theme.fontFamily
|
font.family: M.Theme.fontFamily
|
||||||
|
opacity: _headerHover.hovered ? 1 : 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// App name
|
// App name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue