Browse Source
Ensure emoji render with regular font-weight (#11541)
Emoji characters don't support bold attributes and may do weird things
like rendering monochrome when bolded.
for-closed-social
silverwind
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
web_src/less/_base.less
|
|
@ -1257,9 +1257,9 @@ i.icon.centerlock { |
|
|
|
.reaction { |
|
|
|
font-size: 1.5em; |
|
|
|
line-height: 1.2; |
|
|
|
font-weight: 400; |
|
|
|
font-style: normal !important; |
|
|
|
font-weight: normal !important; |
|
|
|
vertical-align: middle; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
|
|
#issue-title > .emoji { |
|
|
|