discourse/app/assets/stylesheets/common
Joffrey JAFFEUX 8957e4d9d0
A11Y: makes user notifications list more accessible (#11992)
Previous markup used to be

```
<div>
  <div>
    <li>
```

Instead we will now have:

```
<ul>
  <li>
    <div>
```

Note this commit also adds two things:
- ability to override tagName of a widget when attaching it
- ability to pass opts and otherOpts to {{attach}}, it could be useful in templates but is mostly useful to test `tagName` for now
2021-02-08 08:45:14 +01:00
..
admin DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
base A11Y: makes user notifications list more accessible (#11992) 2021-02-08 08:45:14 +01:00
components UX: remove unneeded margin from user stream (#11964) 2021-02-04 14:39:43 +11:00
foundation UX: Use bright color for primary button hover on dark schemes (#11979) 2021-02-04 13:31:09 -05:00
select-kit UX: Show caret icon on user notification dropdown (#11991) 2021-02-05 10:30:36 -05:00
d-editor.scss UX: Uniformize styles for focus states (#11933) 2021-02-03 11:45:54 -05:00
input_tip.scss DEV: Cleanup variables/mixins SCSS imports (#11618) 2021-01-05 14:05:34 -05:00
printer-friendly.scss UX: remove timeline from print view, fix header in crawler view (#11489) 2020-12-15 16:12:46 -05:00
topic-entrance.scss fix topic entrance button layout (#11887) 2021-01-28 15:44:01 -05:00
topic-timeline.scss REFACTOR: Remove position fixed from the header and use sticky instead (#10781) 2020-10-19 17:26:38 -04:00