mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 22:50:14 +03:00
fix visual appearance of Glow on reverse
This commit is contained in:
parent
ef48a70bd9
commit
0b587313ea
@ -127,6 +127,10 @@ Item{
|
||||
GradientStop { position: 0.08; color: "transparent" }
|
||||
GradientStop { position: 0.37; color: glowItem.currentColor }
|
||||
GradientStop { position: 0.43; color: glowItem.contrastColorAlpha }
|
||||
GradientStop { position: 0.57; color: glowItem.contrastColorAlpha }
|
||||
GradientStop { position: 0.63; color: glowItem.currentColor }
|
||||
GradientStop { position: 0.92; color: "transparent" }
|
||||
GradientStop { position: 1; color: "transparent" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user