mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Update highlight color of menu
CURA-8928
This commit is contained in:
parent
beae4f28f7
commit
390d12495e
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@ UM.MenuItem
|
|||
width: menuItem.width - 2 * UM.Theme.getSize("default_lining").width
|
||||
height: menuItem.height - 2 * UM.Theme.getSize("default_lining").height
|
||||
|
||||
color: menuItem.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
||||
border.color: menuItem.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
||||
color: menuItem.highlighted ? UM.Theme.getColor("secondary"): UM.Theme.getColor("setting_control_highlight")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue