0.5.1
- Added the "is-pinned" class to the .hover-popover element when the popover is pinned
- This allows for differentiating popovers based on whether they will stay open or auto close
For example, to put a border around popovers that will auto close:
.popover.hover-popover:not(.is-pinned) {
border: 3px solid var(--interactive-accent);
}