fix hover glow: section glow covers whole module, children defer
This commit is contained in:
parent
d8d602d30f
commit
d0f7c0872a
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ Text {
|
|||
font.family: root.font.family
|
||||
}
|
||||
|
||||
layer.enabled: _hovered
|
||||
layer.enabled: _hovered && !(parent && parent._hovered === true)
|
||||
layer.effect: MultiEffect {
|
||||
shadowEnabled: true
|
||||
shadowColor: M.Theme.base05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue