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}}
```
This commit is contained in:
Joffrey JAFFEUX
2022-05-02 17:10:26 +02:00
committed by GitHub
parent 4885a2535a
commit fad94160c7
25 changed files with 2801 additions and 307 deletions

View File

@ -23,7 +23,7 @@
}
}
#d-popover {
div[data-tippy-root] {
.locale-dates-previews {
max-width: 360px;
.preview {