Don't try to hide :verified: custom emojis
It's brittle and should be handled by MRF anyway.
This commit is contained in:
parent
8915480a4b
commit
6781c17c6d
2 changed files with 0 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue