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
..
common FIX: Filter read/unread notifications on the server side (#10152) 2020-07-02 11:06:00 +01:00
desktop FEATURE: multiple use invite links (#9813) 2020-06-09 20:49:32 +05:30
mobile UX: Truncate long badge names in the mobile usercard 2020-07-01 21:39:40 -04:00
vendor FIX: update normalize css from 3.0.1 to 8.0.1 (#10141) 2020-07-06 09:09:30 +10:00
admin.scss
common.scss Remove SASS spacing function 2020-04-24 19:32:02 -04:00
desktop_rtl.scss
desktop.scss Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
embed.scss FEATURE: Create New Topic button on embed with params (#8280) 2019-11-01 14:19:10 -05:00
mobile_rtl.scss
mobile.scss Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
publish.scss FEATURE: allows to to style published page with themes/plugins (#9570) 2020-04-28 18:24:24 +02:00
wizard.scss UX: Wizard Font Size (#9448) 2020-04-16 16:31:24 -05:00