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

Commit

Permalink
Update emoji text, border and background color (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros authored Oct 2, 2024
1 parent 9895a8f commit 5d6c19c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion res/css/views/messages/_ReactionsRow.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.

.mx_ReactionsRow {
margin: 6px 0;
color: $primary-content;
color: var(--cpd-color-text-primary);

.mx_ReactionsRow_addReactionButton {
position: relative;
Expand Down
8 changes: 2 additions & 6 deletions res/css/views/messages/_ReactionsRowButton.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ Please see LICENSE files in the repository root for full details.
display: inline-flex;
line-height: $font-20px;
padding: 1px 6px;
border: 1px solid $quinary-content;
border: 1px solid var(--cpd-color-gray-400);
border-radius: 10px;
background-color: $secondary-hairline-color;
background-color: var(--cpd-color-gray-200);
user-select: none;
align-items: center;

&:hover {
border-color: $quinary-content;
}

&.mx_ReactionsRowButton_selected {
background-color: $accent-300;
border-color: $accent-800;
Expand Down

0 comments on commit 5d6c19c

Please sign in to comment.