Skip to content
Snippets Groups Projects
Commit 53811f93 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: remove weird hovered animation on push buttons

Change-Id: Ibad1dd9a6ab8c780123a0342bd4cc138b04663c5
parent 5e874f4f
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ SidePanelBase { ...@@ -209,7 +209,7 @@ SidePanelBase {
buttonTextFont.weight: isChildSelected ? Font.Medium : Font.Normal buttonTextFont.weight: isChildSelected ? Font.Medium : Font.Normal
buttonTextEnableElide: true buttonTextEnableElide: true
normalColor: "transparent" normalColor: JamiTheme.backgroundColor
hoveredColor: JamiTheme.smartListHoveredColor hoveredColor: JamiTheme.smartListHoveredColor
imageColor: JamiTheme.tintedBlue imageColor: JamiTheme.tintedBlue
...@@ -255,7 +255,7 @@ SidePanelBase { ...@@ -255,7 +255,7 @@ SidePanelBase {
buttonTextFont.weight: isSelected ? Font.Medium : Font.Normal buttonTextFont.weight: isSelected ? Font.Medium : Font.Normal
buttonTextEnableElide: true buttonTextEnableElide: true
normalColor: isSelected ? JamiTheme.smartListSelectedColor : "transparent" normalColor: isSelected ? JamiTheme.smartListSelectedColor : JamiTheme.backgroundColor
hoveredColor: JamiTheme.smartListHoveredColor hoveredColor: JamiTheme.smartListHoveredColor
onClicked: open(modelData.id) onClicked: open(modelData.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment