From 4ecabd624eea1903d3eaffecec6471523fd8f4ce Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 01:34:24 +0200 Subject: Underline on active focus --- framework/qml/InlineAccountSwitcher.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml') diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index a9ef95f9..c3929b9e 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml @@ -78,6 +78,7 @@ FocusScope { text: model.name font.weight: Font.Bold color: Kube.Colors.highlightedTextColor + font.underline: accountLabel.activeFocus } } -- cgit v1.2.3