mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Fix highlight color of quality dropdown
CURA-8928
This commit is contained in:
parent
901dc55733
commit
a0f9febf62
2 changed files with 2 additions and 4 deletions
|
@ -23,10 +23,7 @@ Button
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
id: backgroundRectangle
|
id: backgroundRectangle
|
||||||
border.width: UM.Theme.getSize("default_lining").width
|
color: button.hovered ? UM.Theme.getColor("background_2"): UM.Theme.getColor("background_1")
|
||||||
border.color: button.checked ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
|
||||||
color: button.hovered ? UM.Theme.getColor("action_button_hovered") : "transparent"
|
|
||||||
radius: UM.Theme.getSize("action_button_radius").width
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Workaround to ensure that the mnemonic highlighting happens correctly
|
// Workaround to ensure that the mnemonic highlighting happens correctly
|
||||||
|
|
|
@ -29,6 +29,7 @@ ToolTip
|
||||||
visible: opacity != 0.0
|
visible: opacity != 0.0
|
||||||
opacity: 0.0 // initially hidden
|
opacity: 0.0 // initially hidden
|
||||||
|
|
||||||
|
|
||||||
Behavior on opacity
|
Behavior on opacity
|
||||||
{
|
{
|
||||||
NumberAnimation { duration: 100; }
|
NumberAnimation { duration: 100; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue