mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-15 09:04:45 +00:00
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…
x
Reference in New Issue
Block a user