Fix reply hover on media messages

This commit is contained in:
Eduard Kuzmenko 2022-02-25 16:19:26 +02:00
parent af94aa1d6c
commit 16015b9c13

View File

@ -1114,9 +1114,7 @@ $bubble-beside-button-width: 38px;
min-width: 10rem; min-width: 10rem;
width: auto; width: auto;
@include hover() {
background-color: var(--light-filled-message-primary-color);
}
&-media { &-media {
top: .125rem; top: .125rem;
@ -1140,6 +1138,14 @@ $bubble-beside-button-width: 38px;
margin-bottom: 0; // ! same margin as between name and message margin-bottom: 0; // ! same margin as between name and message
} }
&:not(.just-media) {
.reply {
@include hover() {
background-color: var(--light-filled-message-primary-color);
}
}
}
&.just-media { &.just-media {
.reply, .reply,
.name { .name {