Add Reply in thread button to the right-click message context-menu (#9004)

This commit is contained in:
Šimon Brandner
2022-07-23 12:13:49 +00:00
committed by GitHub
parent dfa844a035
commit 787ace9dc5
13 changed files with 236 additions and 56 deletions
@@ -107,6 +107,10 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/room/message-bar/reply.svg');
}
.mx_MessageContextMenu_iconReplyInThread::before {
mask-image: url('$(res)/img/element-icons/message/thread.svg');
}
.mx_MessageContextMenu_iconReact::before {
mask-image: url('$(res)/img/element-icons/room/message-bar/emoji.svg');
}