From 02347d57f8009cacb8d1aa80a763e33688feda2e Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 15 Jun 2016 19:24:44 +0200 Subject: add opacity to the edit button to make it less distracive when switching accounts --- components/package/contents/ui/AccountSwitcher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/package/contents/ui') diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index a697b29d..bfdc4f7a 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml @@ -130,7 +130,6 @@ Button { Layout.fillHeight: true - KubeFramework.AccountFactory { id: accountFactory accountId: model.accountId @@ -151,6 +150,7 @@ Button { margins: Kirigami.Units.largeSpacing } + opacity: hovered ? 1 : 0.7 visible: accountDelegate.containsMouse text: "edit" } -- cgit v1.2.3