mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Revert Tertiary button to its previous style
The styling of the Tertiary button (to not look like a link anymore) and the introduction of the Quatertiary button (as the link button) will happen in a separate ticket in the future. CURA-8012
This commit is contained in:
parent
acf3f2d02a
commit
38bec36f6b
3 changed files with 4 additions and 8 deletions
|
@ -12,8 +12,8 @@ Cura.ActionButton
|
|||
color: "transparent"
|
||||
textColor: UM.Theme.getColor("text_link")
|
||||
outlineColor: "transparent"
|
||||
outlineDisabledColor: "transparent"
|
||||
disabledColor: "transparent"
|
||||
disabledColor: UM.Theme.getColor("action_button_disabled")
|
||||
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||
hoverColor: UM.Theme.getColor("tertiary_button_hover")
|
||||
}
|
||||
hoverColor: "transparent"
|
||||
underlineTextOnHover: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue