1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-17 14:05:24 +02:00

misc: remove weird hovered animation on push buttons

Change-Id: Ibad1dd9a6ab8c780123a0342bd4cc138b04663c5
This commit is contained in:
Sébastien Blin 2023-07-27 14:40:12 -04:00
parent 5e874f4f4b
commit 53811f93b2

View file

@ -209,7 +209,7 @@ SidePanelBase {
buttonTextFont.weight: isChildSelected ? Font.Medium : Font.Normal
buttonTextEnableElide: true
normalColor: "transparent"
normalColor: JamiTheme.backgroundColor
hoveredColor: JamiTheme.smartListHoveredColor
imageColor: JamiTheme.tintedBlue
@ -255,7 +255,7 @@ SidePanelBase {
buttonTextFont.weight: isSelected ? Font.Medium : Font.Normal
buttonTextEnableElide: true
normalColor: isSelected ? JamiTheme.smartListSelectedColor : "transparent"
normalColor: isSelected ? JamiTheme.smartListSelectedColor : JamiTheme.backgroundColor
hoveredColor: JamiTheme.smartListHoveredColor
onClicked: open(modelData.id)