wire up editor component (somewhat hacky)

This commit is contained in:
Bruno Windels
2019-05-14 15:38:16 +01:00
parent 66aabdca9e
commit 6599d605cd
8 changed files with 222 additions and 0 deletions
@@ -69,6 +69,10 @@ limitations under the License.
mask-image: url('$(res)/img/reply.svg');
}
.mx_MessageActionBar_editButton::after {
mask-image: url('$(res)/img/edit.svg');
}
.mx_MessageActionBar_optionsButton::after {
mask-image: url('$(res)/img/icon_context.svg');
}