Reorganize reaction sending and show if emoji is selected

Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
Tulir Asokan 2019-10-15 19:07:04 +03:00
parent 7acae6dc32
commit 318754d31c
9 changed files with 174 additions and 75 deletions

View file

@ -133,6 +133,12 @@ limitations under the License.
}
}
.mx_EmojiPicker_item_selected {
color: rgba(0, 0, 0, .75);
border: 1px solid $input-valid-border-color;
margin: 0;
}
.mx_EmojiPicker_category_label, .mx_EmojiPicker_preview_name {
font-size: 16px;
font-weight: 600;