change react button classnames for consistency

This commit is contained in:
Henry Jameson 2021-02-01 21:07:40 +02:00
parent 982c799b6f
commit 78f8147aa6

View file

@ -1,6 +1,7 @@
<template> <template>
<Popover <Popover
trigger="click" trigger="click"
class="ReactButton"
placement="top" placement="top"
:offset="{ y: 5 }" :offset="{ y: 5 }"
:bound-to="{ x: 'container' }" :bound-to="{ x: 'container' }"
@ -42,7 +43,7 @@
</div> </div>
<span <span
slot="trigger" slot="trigger"
class="ReactButton" class="popover-trigger"
:title="$t('tool_tip.add_reaction')" :title="$t('tool_tip.add_reaction')"
> >
<FAIcon <FAIcon