Fix css on emoji reaction when hovering to me reaction
This commit is contained in:
parent
82b1d12c99
commit
4803329dce
2 changed files with 3 additions and 5 deletions
|
@ -376,8 +376,7 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.reactions-bar__item.active:enabled,
|
||||
.reactions-bar__item.active:disabled {
|
||||
.reactions-bar__item.active {
|
||||
background-color: mix($white, $ui-highlight-color, 80%);
|
||||
border-color: mix(lighten($ui-base-color, 8%), $ui-highlight-color, 80%);
|
||||
}
|
||||
|
|
|
@ -7715,9 +7715,8 @@ noscript {
|
|||
}
|
||||
}
|
||||
|
||||
&:enabled.active,
|
||||
&:disabled.active {
|
||||
transition: all 100ms ease-in;
|
||||
&.active {
|
||||
transition: all 100ms ease-in;
|
||||
transition-property: background-color, color;
|
||||
background-color: mix(lighten($ui-base-color, 12%), $ui-highlight-color, 80%);
|
||||
|
||||
|
|
Loading…
Reference in a new issue