mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 12:17:50 -06:00
Remove some extra unneeded theme stuff for monitor page
This commit is contained in:
parent
1589475dd4
commit
3f4f7f0fcf
4 changed files with 13 additions and 62 deletions
|
@ -18,7 +18,7 @@ Button
|
|||
{
|
||||
anchors.fill: parent
|
||||
radius: 0.5 * width
|
||||
color: parent.enabled ? (parent.hovered ? UM.Theme.getColor("monitor_secondary_button_hover") : "transparent") : UM.Theme.getColor("monitor_icon_disabled")
|
||||
color: parent.enabled ? (parent.hovered ? UM.Theme.getColor("monitor_card_hover") : "transparent") : UM.Theme.getColor("monitor_icon_disabled")
|
||||
}
|
||||
|
||||
UM.RecolorImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue