mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove border highlight on hover over menu items, as per new designs
CURA-8688
This commit is contained in:
parent
7bbea62558
commit
7ea0167486
1 changed files with 0 additions and 1 deletions
|
@ -47,6 +47,5 @@ UM.MenuItem
|
|||
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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue