remove per-module hover glow, bargroup handles it now
This commit is contained in:
parent
1a0003ca07
commit
2027fc92b4
3 changed files with 0 additions and 30 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
import Quickshell
|
||||
import "." as M
|
||||
|
||||
|
|
@ -15,15 +14,6 @@ Row {
|
|||
}
|
||||
}
|
||||
|
||||
layer.enabled: _hovered
|
||||
layer.effect: MultiEffect {
|
||||
shadowEnabled: true
|
||||
shadowColor: M.Theme.base05
|
||||
shadowBlur: 0.5
|
||||
shadowVerticalOffset: 0
|
||||
shadowHorizontalOffset: 0
|
||||
}
|
||||
|
||||
HoverHandler {
|
||||
onHoveredChanged: {
|
||||
root._hovered = hovered;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue