discourse/app/assets/stylesheets/vendor
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
..
normalize.scss FIX: update normalize css from 3.0.1 to 8.0.1 (#10141) 2020-07-06 09:09:30 +10:00
pikaday.scss UX: Invert pikaday png for dark themes 2019-01-21 13:47:46 -05:00
sweetalert.scss (S)CSS cleanup: 0px => O and removal of duplicated properties (#5526) 2018-01-25 09:53:36 -05:00