diff --git a/lib/qml/ResultDelegate.qml b/lib/qml/ResultDelegate.qml --- a/lib/qml/ResultDelegate.qml +++ b/lib/qml/ResultDelegate.qml @@ -147,7 +147,6 @@ PlasmaComponents.Label { id: typeText text: resultDelegate.typeText - color: theme.textColor opacity: 0.5 horizontalAlignment: Text.AlignRight @@ -221,7 +220,6 @@ // ResultsModel just has it as a boolean as you would expect from the name of the property text: model.isDuplicate === true || model.isDuplicate > 1 || resultDelegate.isCurrent ? String(model.subtext || "") : "" - color: theme.textColor // HACK If displayLabel is too long it will shift this label outside boundaries // but still render the text leading to it overlapping the action buttons looking horrible opacity: width > 0 ? 0.3 : 0 diff --git a/lib/qml/ResultsListViewDelegate.qml b/lib/qml/ResultsListViewDelegate.qml --- a/lib/qml/ResultsListViewDelegate.qml +++ b/lib/qml/ResultsListViewDelegate.qml @@ -79,7 +79,6 @@ id: subtextLabel text: String(model.subtext) - color: theme.textColor opacity: 0.3 height: typePixmap.height