mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Make selected emojis more transparent
Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
318754d31c
commit
6ce2e3d796
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue