mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-22 16:18:14 +08:00
Update emoji text, border and background color (#119)
This commit is contained in:
parent
9895a8fb4f
commit
5d6c19c939
@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
|
|
||||||
.mx_ReactionsRow {
|
.mx_ReactionsRow {
|
||||||
margin: 6px 0;
|
margin: 6px 0;
|
||||||
color: $primary-content;
|
color: var(--cpd-color-text-primary);
|
||||||
|
|
||||||
.mx_ReactionsRow_addReactionButton {
|
.mx_ReactionsRow_addReactionButton {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -9,16 +9,12 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
line-height: $font-20px;
|
line-height: $font-20px;
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
border: 1px solid $quinary-content;
|
border: 1px solid var(--cpd-color-gray-400);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: $secondary-hairline-color;
|
background-color: var(--cpd-color-gray-200);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
border-color: $quinary-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.mx_ReactionsRowButton_selected {
|
&.mx_ReactionsRowButton_selected {
|
||||||
background-color: $accent-300;
|
background-color: $accent-300;
|
||||||
border-color: $accent-800;
|
border-color: $accent-800;
|
||||||
|
Loading…
Reference in New Issue
Block a user