Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3320fd9

Browse files
committed
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 element-hq/element-web#9697
1 parent 6daf5a1 commit 3320fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/messages/_ReactionsRow.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ limitations under the License.
1616

1717
.mx_ReactionsRow {
1818
margin: 6px 0;
19+
color: $primary-fg-color;
1920
}

0 commit comments

Comments
 (0)