From 4e338ae323fc6fcdfb641cf463f60946bcbbc60e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 29 Jun 2018 16:47:49 +0200 Subject: White date when selected. This provides much better contrast. --- framework/qml/MailListView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 3569b0c3..f26041c2 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -251,7 +251,7 @@ FocusScope { visible: !delegateRoot.hovered text: Qt.formatDateTime(model.date, "dd MMM yyyy") font.italic: true - color: Kube.Colors.disabledTextColor + color: !delegateRoot.highlighted ? Kube.Colors.disabledTextColor : delegateRoot.textColor font.pointSize: Kube.Units.tinyFontSize } -- cgit v1.2.3