mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Let Tertiary button have its own hover entry.
Secondary button entries should not be re-used here. part of CURA-8012
This commit is contained in:
parent
a42fee4834
commit
acf3f2d02a
3 changed files with 5 additions and 1 deletions
|
@ -15,5 +15,5 @@ Cura.ActionButton
|
|||
outlineDisabledColor: "transparent"
|
||||
disabledColor: "transparent"
|
||||
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||
hoverColor: UM.Theme.getColor("secondary_button_hover")
|
||||
hoverColor: UM.Theme.getColor("tertiary_button_hover")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue