Make selected emojis more transparent

Signed-off-by: Tulir Asokan <tulir@maunium.net>
pull/21833/head
Tulir Asokan 2019-10-15 19:10:02 +03:00
parent 318754d31c
commit 6ce2e3d796
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ limitations under the License.
}
.mx_EmojiPicker_item_selected {
color: rgba(0, 0, 0, .75);
color: rgba(0, 0, 0, .5);
border: 1px solid $input-valid-border-color;
margin: 0;
}