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

@ -9,7 +9,6 @@ UM.SimpleButton
{
width: UM.Theme.getSize("small_button").width
height: UM.Theme.getSize("small_button").height
hoverBackgroundColor: UM.Theme.getColor("small_button_hover")
hoverColor: UM.Theme.getColor("small_button_text_hover")
color: UM.Theme.getColor("small_button_text")
iconMargin: 0.5 * UM.Theme.getSize("wide_lining").width