Merge pull request #3081 from matrix-org/jryans/reactions-rm-highlight

Remove highlight from reactions
This commit is contained in:
J. Ryan Stinnett 2019-06-07 20:41:26 +01:00 committed by GitHub
commit 7790eeb42f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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