Update validation colors to match new designs

CURA-8991
This commit is contained in:
j.delarago 2022-03-04 15:05:30 +01:00
parent 1eb16c0ec5
commit 719257bb63
3 changed files with 34 additions and 18 deletions

View file

@ -80,14 +80,6 @@ SettingItem
}
}
Rectangle
{
anchors.fill: parent
anchors.margins: Math.round(UM.Theme.getSize("default_lining").width)
color: UM.Theme.getColor("setting_control_highlight")
opacity: !control.hovered ? 0 : propertyProvider.properties.validationState == "ValidatorState.Valid" ? 1.0 : 0.35
}
UM.Label
{
anchors