From 9553747b72d75605d2cefda4d3a3de46a24e183d Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:39:30 -0800 Subject: [PATCH] (0.9.5) Disable hover menu for now (#169) * (0.9.5) Disable hover menu for now * Remove allow-hover class --- docs/components/popout-menu.md | 56 ++++++++++++++++++++---------- lib/components/base/PopoutMenu.vue | 12 ++----- package.json | 2 +- 3 files changed, 40 insertions(+), 30 deletions(-) diff --git a/docs/components/popout-menu.md b/docs/components/popout-menu.md index cf24f551..0b381962 100644 --- a/docs/components/popout-menu.md +++ b/docs/components/popout-menu.md @@ -75,23 +75,41 @@ ``` -# Popout Menu on hover - - - Hover me! - - - +[//]: # (# Popout Menu on hover) -```vue - - Hover me! - - -``` +[//]: # () + +[//]: # ( ) + +[//]: # ( Hover me! ) + +[//]: # ( ) + +[//]: # ( ) + +[//]: # () + +[//]: # () +[//]: # (```vue) + +[//]: # () + +[//]: # ( Hover me!) + +[//]: # ( ) + +[//]: # () + +[//]: # (```) diff --git a/lib/components/base/PopoutMenu.vue b/lib/components/base/PopoutMenu.vue index 06ecbe3c..39fb5784 100644 --- a/lib/components/base/PopoutMenu.vue +++ b/lib/components/base/PopoutMenu.vue @@ -1,11 +1,5 @@