mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Update style of border of configuration items
Contributes to issue CURA-5876.
This commit is contained in:
parent
e58409b1ef
commit
0be2453daf
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ Button
|
|||
{
|
||||
height: childrenRect.height
|
||||
color: parent.checked ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("action_button")
|
||||
border.color: (parent.checked || parent.hovered) ? UM.Theme.getColor("primary") : UM.Theme.getColor("lining")
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: parent.hovered ? UM.Theme.getColor("primary") : UM.Theme.getColor("lining")
|
||||
border.width: parent.hovered ? UM.Theme.getSize("thick_lining").width : UM.Theme.getSize("default_lining").width
|
||||
|
||||
Column
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue