Last active
September 16, 2020 23:41
-
-
Save adntaha/eb64ee608b795bd7eefefb5f9ea9aefd to your computer and use it in GitHub Desktop.
Revert π, π« and π to before the twemoji update.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Eyes */ | |
img[src="/assets/4c5a77a89716352686f590a6f014770c.svg"] { | |
content: url("/assets/ccf4c733929efd9762ab02cd65175377.svg"); | |
} | |
/** In Emoji Picker **/ | |
.emojiSpriteImage-TcJnG8[style*="background-position\:\ -1248px\ -64px\;"] { | |
background: unset !important; | |
background-image: url("/assets/ccf4c733929efd9762ab02cd65175377.svg") !important; | |
} | |
/* Gun */ | |
img[src="/assets/fd0dd759c1ed1e0a044fa6882e95fd02.svg"] { | |
content: url("/assets/3071dbc60204c84ca0cf423b8b08a204.svg"); | |
} | |
/** In Emoji Picker **/ | |
.emojiSpriteImage-TcJnG8[style*="background-position\:\ -608px\ -576px\;"] { | |
background: unset !important; | |
background-image: url("/assets/3071dbc60204c84ca0cf423b8b08a204.svg") !important; | |
} | |
/* Ok Hand */ | |
img[src="/assets/464b4c2745e1dda6a86028d09bb8bbec.svg"] { | |
content: url("/assets/b6f700d4bc253abdb5ad576917b756d8.svg"); | |
} | |
/** In Emoji Picker **/ | |
.emojiSpriteImage-TcJnG8[style*="background-position\:\ -128px\ -32px\;"] { | |
background: unset !important; | |
background-image: url("/assets/b6f700d4bc253abdb5ad576917b756d8.svg") !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment