mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
adjust dropdown background hover color
CURA-8688
This commit is contained in:
parent
ef5fced686
commit
2e92a986db
5 changed files with 2 additions and 5 deletions
|
@ -146,7 +146,6 @@ ComboBox
|
|||
Rectangle
|
||||
{
|
||||
color: delegateItem.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
||||
border.color: delegateItem.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
||||
anchors.fill: parent
|
||||
}
|
||||
text: delegateLabel.truncated ? delegateItem.text : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue