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

Update emoji text, border and background colour in timeline #119

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading