discourse/app
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
..
assets FIX: update normalize css from 3.0.1 to 8.0.1 (#10141) 2020-07-06 09:09:30 +10:00
controllers FIX: uploading an existing image as a site setting 2020-07-03 19:16:54 +02:00
helpers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs FEATURE: trigger user_updated event if username is changed. 2020-07-03 00:14:19 +05:30
mailers FIX: Use correct URL for unsubscribe (#10077) 2020-06-24 09:31:20 +02:00
models FIX: uploading an existing image as a site setting 2020-07-03 19:16:54 +02:00
serializers FIX: uploading an image as a site setting 2020-07-03 13:23:10 +02:00
services DEV: after_extract_linked_users hook for plugins to modify user list 2020-07-03 14:52:49 +01:00
views UX: Add Login button on 403 error page if user is not logged in (#10154) 2020-07-01 18:27:42 +03:00