Skip to content

Improve action popover implementation - hiding/showing + styles

Tomas Vik requested to merge 2352-popover-refactor into develop

Part of #2352 (closed)

Kapture_2019-11-28_at_18.01.41

  • manually open/close popover

    • when the cursor leaves the action button or the popover, we start counting down 200ms before hiding the popover
    • when the cursor enters the action button or the popover, we stop the countdown
  • use global (unscoped) styles for the popover so it doesn't need to be inside of the button

Merge request reports