Fix css on emoji reaction when hovering to me reaction

This commit is contained in:
noellabo 2021-06-05 20:09:18 +09:00
parent 82b1d12c99
commit 4803329dce
2 changed files with 3 additions and 5 deletions

View file

@ -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%);
}

View file

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