discourse/app/assets/stylesheets/common
Joffrey JAFFEUX fad94160c7
FIX: uses tippy for popover (#15409)
Note this commit also introduce a new {{d-popover}} component, example usage:

```hbs
{{#d-popover |state|}}
  {{d-button label="foo.things" class="d-popover-trigger"}}

  <div class="d-popover-content">
    Some content
  <div>
{{/d-popover}}
```
2022-05-02 17:10:26 +02:00
..
admin DEV: Fix "overridden" typos (#16399) 2022-04-06 23:17:20 +02:00
base FIX: uses tippy for popover (#15409) 2022-05-02 17:10:26 +02:00
components FIX: uses tippy for popover (#15409) 2022-05-02 17:10:26 +02:00
foundation UX: Change color functions to match original primary, tertiary functions (#16040) 2022-02-23 15:41:50 -06:00
select-kit UX: minor email group chooser alignment fix (#16487) 2022-04-18 09:39:27 -04:00
d-editor.scss UX: Allow d-editor to be shrunk (#16164) 2022-03-11 18:18:27 +01:00
font-variables.scss FIX: Use rem for font sizes in post headings (#13720) 2021-07-14 11:15:58 +10:00
input_tip.scss DEV: Refactor popup-tip component (#15257) 2021-12-13 11:22:02 -05:00
printer-friendly.scss UX: print view always shows 0 votes, hide it (#15901) 2022-03-08 15:35:31 +01:00
software-update-prompt.scss UX: Add hover style to refresh-page dismiss button (#15711) 2022-02-01 20:04:46 +01:00
topic-entrance.scss fix topic entrance button layout (#11887) 2021-01-28 15:44:01 -05:00
topic-timeline.scss UX: Improve timeline touch hit areas (#16038) 2022-02-23 17:55:48 +01:00