Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Remove allow-hover class
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Dec 8, 2023
1 parent ec4beb4 commit e86c341
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/components/base/PopoutMenu.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<template>
<div
ref="dropdown"
class="popup-container"
tabindex="-1"
:aria-expanded="dropdownVisible"
:class="{ 'allow-hover': allowHover }"
>
<div ref="dropdown" class="popup-container" tabindex="-1" :aria-expanded="dropdownVisible">
<button
v-bind="$attrs"
ref="dropdownButton"
Expand Down

0 comments on commit e86c341

Please sign in to comment.