qml: tweaks to new edit/redo buttons (#3228)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-12-06 14:14:36 -05:00
committed by GitHub
parent 2b1668eff2
commit 9e306114d1
2 changed files with 24 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ Button {
ColorOverlay {
anchors.fill: image
source: image
color: myButton.hovered ? backgroundColorHovered : backgroundColor
color: !myButton.enabled ? theme.mutedTextColor : myButton.hovered ? backgroundColorHovered : backgroundColor
}
}
Accessible.role: Accessible.Button