Files
discourse/app/assets/stylesheets
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
..
2015-09-11 09:34:20 -07:00
2020-04-24 19:32:02 -04:00
2020-04-16 16:31:24 -05:00