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:
parent
5e874f4f4b
commit
53811f93b2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue