Don't try to hide :verified: custom emojis

It's brittle and should be handled by MRF anyway.
This commit is contained in:
Alex Gleason 2020-06-11 15:58:34 -05:00
parent 8915480a4b
commit 6781c17c6d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 0 additions and 13 deletions

View file

@ -51,11 +51,3 @@ a.account__display-name {
.display-name__account {
font-size: 14px;
}
// Hide "verified" emoji to avoid confusion
.display-name,
.notification__display-name {
.emojione[alt*="verified"] {
display: none;
}
}

View file

@ -49,11 +49,6 @@
height: 22px;
}
// Hide "verified" emoji to avoid confusion
.emojione[alt*="verified"] {
display: none;
}
h1 {
span:first-of-type {
font-size: 20px !important;