NComboBox: remove hover animation

This commit is contained in:
notiant
2026-04-06 19:13:53 +02:00
committed by GitHub
parent 40e98f1ad0
commit b0bb684be5
2 changed files with 0 additions and 22 deletions
-10
View File
@@ -336,11 +336,6 @@ RowLayout {
verticalAlignment: Text.AlignVCenter
elide: Text.ElideRight
Layout.fillWidth: true
Behavior on color {
ColorAnimation {
duration: Style.animationFast
}
}
}
RowLayout {
@@ -396,11 +391,6 @@ RowLayout {
anchors.fill: parent
color: highlighted ? Color.mHover : "transparent"
radius: Style.iRadiusS
Behavior on color {
ColorAnimation {
duration: Style.animationFast
}
}
}
}
}