Update emoji text, border and background color (#119)

This commit is contained in:
Florian Duros 2024-10-02 16:59:03 +02:00 committed by GitHub
parent 9895a8fb4f
commit 5d6c19c939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View File

@ -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;

View File

@ -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;