mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:36:03 +08:00
Update highlight color of menu
CURA-8928
This commit is contained in:
parent
beae4f28f7
commit
390d12495e
@ -49,7 +49,6 @@ UM.MenuItem
|
|||||||
width: menuItem.width - 2 * UM.Theme.getSize("default_lining").width
|
width: menuItem.width - 2 * UM.Theme.getSize("default_lining").width
|
||||||
height: menuItem.height - 2 * UM.Theme.getSize("default_lining").height
|
height: menuItem.height - 2 * UM.Theme.getSize("default_lining").height
|
||||||
|
|
||||||
color: menuItem.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
color: menuItem.highlighted ? UM.Theme.getColor("secondary"): UM.Theme.getColor("setting_control_highlight")
|
||||||
border.color: menuItem.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user