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
pull/21833/head
J. Ryan Stinnett 2019-06-07 15:57:30 +01:00
parent 6daf5a1d9b
commit 3320fd9929
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ limitations under the License.
.mx_ReactionsRow {
margin: 6px 0;
color: $primary-fg-color;
}