Send edited messages support
Co-authored-by: Fedor Indutnyy <indutny@signal.org>
This commit is contained in:
parent
d380817a44
commit
1f2cde6d04
79 changed files with 2507 additions and 1175 deletions
|
@ -7711,6 +7711,19 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
}
|
||||
|
||||
&__edit-message::before {
|
||||
@include light-theme {
|
||||
@include color-svg('../images/icons/v2/edit-16.svg', $color-black);
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
@include color-svg(
|
||||
'../images/icons/v2/edit-solid-16.svg',
|
||||
$color-gray-15
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
&__delete-message::before {
|
||||
@include light-theme {
|
||||
@include color-svg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue