summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/InlineAccountSwitcher.qml1
1 files changed, 1 insertions, 0 deletions
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 {
78 text: model.name 78 text: model.name
79 font.weight: Font.Bold 79 font.weight: Font.Bold
80 color: Kube.Colors.highlightedTextColor 80 color: Kube.Colors.highlightedTextColor
81 font.underline: accountLabel.activeFocus
81 } 82 }
82 } 83 }
83 84