mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Make selected emojis more transparent
Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
318754d31c
commit
6ce2e3d796
@ -134,7 +134,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_EmojiPicker_item_selected {
|
.mx_EmojiPicker_item_selected {
|
||||||
color: rgba(0, 0, 0, .75);
|
color: rgba(0, 0, 0, .5);
|
||||||
border: 1px solid $input-valid-border-color;
|
border: 1px solid $input-valid-border-color;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user