瀏覽代碼

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.
tags/v1.12.0-rc2
silverwind 4 年之前
父節點
當前提交
2042cf2cce
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      web_src/less/_base.less

+ 2
- 2
web_src/less/_base.less 查看文件

.reaction { .reaction {
font-size: 1.5em; font-size: 1.5em;
line-height: 1.2; line-height: 1.2;
font-weight: 400;
font-style: normal !important;
font-weight: normal !important;
vertical-align: middle; vertical-align: middle;
font-style: normal;
} }


#issue-title > .emoji { #issue-title > .emoji {

Loading…
取消
儲存