From 3320fd99290f5340a200264a82ac6c13810167e5 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 7 Jun 2019 15:57:30 +0100 Subject: [PATCH] Remove highlight from reactions This explicitly sets `color` for the reactions row to ensure it's always the fg colour, even if the event is highlighted. Fixes https://github.com/vector-im/riot-web/issues/9697 --- res/css/views/messages/_ReactionsRow.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/messages/_ReactionsRow.scss b/res/css/views/messages/_ReactionsRow.scss index fb66ffbb8c..3b764e97b4 100644 --- a/res/css/views/messages/_ReactionsRow.scss +++ b/res/css/views/messages/_ReactionsRow.scss @@ -16,4 +16,5 @@ limitations under the License. .mx_ReactionsRow { margin: 6px 0; + color: $primary-fg-color; }