Return reply hovers back

This commit is contained in:
Eduard Kuzmenko 2022-02-15 22:27:04 +04:00
parent 7b2f1a015e
commit 86ab42f871

View File

@ -1109,6 +1109,10 @@ $bubble-beside-button-width: 38px;
min-width: 10rem;
width: auto;
@include hover() {
background-color: var(--light-filled-message-primary-color);
}
&-media {
top: .125rem;
}