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:
parent
6daf5a1d9b
commit
3320fd9929
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_ReactionsRow {
|
.mx_ReactionsRow {
|
||||||
margin: 6px 0;
|
margin: 6px 0;
|
||||||
|
color: $primary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue