Skip to content

0.5.1

Compare
Choose a tag to compare
@nothingislost nothingislost released this 21 Mar 00:12
· 184 commits to master since this release
  • 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);
}