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
This commit is contained in:
J. Ryan Stinnett 2019-06-07 15:57:30 +01:00
parent 6daf5a1d9b
commit 3320fd9929

View file

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