uiux: remove active checked state from StatusIconTabButton
Closes #1618
This commit is contained in:
parent
61e5bcb24b
commit
e82b0b194d
|
@ -54,7 +54,7 @@ TabButton {
|
|||
|
||||
}
|
||||
background: Rectangle {
|
||||
color: hovered || checked ? Style.current.secondaryBackground : "transparent"
|
||||
color: hovered ? Style.current.secondaryBackground : "transparent"
|
||||
radius: control.width / 2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue