mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
BarPill: always prioritize hover color even if force open is true
This commit is contained in:
@@ -129,7 +129,7 @@ Item {
|
||||
pointSize: textSize
|
||||
applyUiScale: false
|
||||
font.weight: Style.fontWeightBold
|
||||
color: forceOpen ? Color.mOnSurface : (hovered ? Color.mOnHover : Color.mPrimary)
|
||||
color: hovered ? Color.mOnHover : (forceOpen ? Color.mOnSurface : Color.mPrimary)
|
||||
visible: revealed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user