discourse/app/assets
Krzysztof Kotlarek 1fd3a30a59
FIX: update normalize css from 3.0.1 to 8.0.1 (#10141)
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;
}
```
2020-07-06 09:09:30 +10:00
..
images
javascripts FIX: emoji autocomplete not triggering correctly 2020-07-03 16:56:11 +10:00
stylesheets FIX: update normalize css from 3.0.1 to 8.0.1 (#10141) 2020-07-06 09:09:30 +10:00