adjust dropdown background hover color

CURA-8688
This commit is contained in:
j.delarago 2022-03-01 13:13:54 +01:00
parent ef5fced686
commit 2e92a986db
5 changed files with 2 additions and 5 deletions

View file

@ -225,7 +225,6 @@ SettingItem
background: Rectangle
{
color: parent.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
border.color: parent.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
}
}
}