It is a second attempt to this update. First one was reverted here https://github.com/discourse/discourse/pull/8618 We noticed a problem that `like` counter had incorrect colour on mobile. I added a missing rule to the bottom of the file (that rule existed in normalize-3 and was removed in normalize-8) ``` button, input, optgroup, select, textarea { color: inherit; } ``` |
||
|---|---|---|
| .. | ||
| assets | ||
| controllers | ||
| helpers | ||
| jobs | ||
| mailers | ||
| models | ||
| serializers | ||
| services | ||
| views | ||