fix hover glow: section glow covers whole module, children defer

This commit is contained in:
Damocles 2026-04-12 17:25:22 +02:00
parent d8d602d30f
commit d0f7c0872a
2 changed files with 2 additions and 2 deletions

View file

@ -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