mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 18:44:01 +00:00
fix(StatusTabButton): Hide bottom dash in disabled state (#729)
This commit is contained in:
parent
5f3d5aa31b
commit
3d779f78cb
@ -66,7 +66,7 @@ TabButton {
|
||||
Rectangle {
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
visible: root.checked || root.hovered
|
||||
visible: root.enabled && (root.checked || root.hovered)
|
||||
implicitWidth: 24
|
||||
implicitHeight: 2
|
||||
radius: 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user