This commit is contained in:
parent
48c4a0765a
commit
860a6db055
1 changed files with 4 additions and 2 deletions
|
@ -138,12 +138,14 @@ iframe {
|
||||||
|
|
||||||
i[emoji]::before {
|
i[emoji]::before {
|
||||||
content: attr('emoji');
|
content: attr('emoji');
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
i[emoji='{emoji}'] {
|
i[emoji='{emoji}'] {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue