1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Ensure emoji render with regular font-weight (#11541) (#11545)

Emoji characters don't support bold attributes and may do weird things
like rendering monochrome when bolded.
This commit is contained in:
silverwind 2020-05-22 12:57:13 +02:00 committed by GitHub
parent 7b438b3566
commit 2042cf2cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1268,9 +1268,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 {