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

Commit 5d6c19c

Browse files
authored
Update emoji text, border and background color (#119)
1 parent 9895a8f commit 5d6c19c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

res/css/views/messages/_ReactionsRow.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.
77

88
.mx_ReactionsRow {
99
margin: 6px 0;
10-
color: $primary-content;
10+
color: var(--cpd-color-text-primary);
1111

1212
.mx_ReactionsRow_addReactionButton {
1313
position: relative;

res/css/views/messages/_ReactionsRowButton.pcss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ Please see LICENSE files in the repository root for full details.
99
display: inline-flex;
1010
line-height: $font-20px;
1111
padding: 1px 6px;
12-
border: 1px solid $quinary-content;
12+
border: 1px solid var(--cpd-color-gray-400);
1313
border-radius: 10px;
14-
background-color: $secondary-hairline-color;
14+
background-color: var(--cpd-color-gray-200);
1515
user-select: none;
1616
align-items: center;
1717

18-
&:hover {
19-
border-color: $quinary-content;
20-
}
21-
2218
&.mx_ReactionsRowButton_selected {
2319
background-color: $accent-300;
2420
border-color: $accent-800;

0 commit comments

Comments
 (0)