mirror of https://github.com/vector-im/riot-web
Make selected emojis more transparent
Signed-off-by: Tulir Asokan <tulir@maunium.net>pull/21833/head
parent
318754d31c
commit
6ce2e3d796
|
@ -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 New Issue