Change hover colors of the small buttons.

Contributes to CURA-5941
This commit is contained in:
Diego Prado Gesto 2018-12-10 11:19:44 +01:00
parent 8cfb9350bc
commit 12522c9293
4 changed files with 10 additions and 11 deletions

View file

@ -178,7 +178,7 @@ Item
height: UM.Theme.getSize("standard_arrow").height
sourceSize.width: width
sourceSize.height: height
color: control.enabled ? UM.Theme.getColor("setting_category_text") : UM.Theme.getColor("setting_category_disabled_text")
color: control.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text")
source: UM.Theme.getIcon("menu")
}
}