mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 19:35:54 +08:00
Remove border highlight on hover over menu items, as per new designs
CURA-8688
This commit is contained in:
parent
7bbea62558
commit
7ea0167486
@ -47,6 +47,5 @@ UM.MenuItem
|
|||||||
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("setting_control_highlight") : "transparent"
|
||||||
border.color: menuItem.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user