Pārlūkot izejas kodu

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 pirms 4 gadiem
vecāks
revīzija
2042cf2cce
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      web_src/less/_base.less

+ 2
- 2
web_src/less/_base.less Parādīt failu

@@ -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 {

Notiek ielāde…
Atcelt
Saglabāt