aboutsummaryrefslogtreecommitdiff
path: root/src/components/popover/popover.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-02-03 09:18:44 +0200
committerHenry Jameson <me@hjkos.com>2021-02-03 09:18:44 +0200
commit213c5637d4bbebcd3508f0b91da8e6bfae528c1d (patch)
tree7402caabeeef2f7f31db081f7e9136d3b4116f3d /src/components/popover/popover.vue
parent78f8147aa610af9ae79886ad7805f9b905976758 (diff)
Cleanup ReactButton's CSS, fix hitboxes of reactbutton and extrabuttons
Diffstat (limited to 'src/components/popover/popover.vue')
-rw-r--r--src/components/popover/popover.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue
index 2252c68f..876dd61d 100644
--- a/src/components/popover/popover.vue
+++ b/src/components/popover/popover.vue
@@ -7,6 +7,7 @@
ref="trigger"
class="button-unstyled -fullwidth popover-trigger-button"
@click="onClick"
+ type="button"
>
<slot name="trigger" />
</button>