consistency with status action buttons popovers
This commit is contained in:
parent
11bbf91d5c
commit
50410614a8
2 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
trigger="click"
|
||||
popover-class="emoji-picker popover-default"
|
||||
:hide-trigger="true"
|
||||
placement="bottom"
|
||||
@show="onPopoverShown"
|
||||
@close="onPopoverClosed"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
<FAIcon
|
||||
v-if="button.dropdown?.()"
|
||||
class="chevron-icon"
|
||||
:icon="extra ? 'chevron-right' : 'chevron-up'"
|
||||
:icon="extra ? 'chevron-right' : 'chevron-down'"
|
||||
fixed-width
|
||||
/>
|
||||
</component>
|
||||
|
|
@ -71,6 +71,7 @@
|
|||
<Popover
|
||||
v-if="button.name === 'bookmark'"
|
||||
class="chevron-popover"
|
||||
placement="bottom"
|
||||
:trigger="extra ? 'hover' : 'click'"
|
||||
:placement="extra ? 'right' : 'top'"
|
||||
:offset="extra ? { x: 10 } : { y: 10 }"
|
||||
|
|
@ -79,7 +80,7 @@
|
|||
<template #trigger>
|
||||
<FAIcon
|
||||
class="chevron-icon"
|
||||
:icon="extra ? 'chevron-right' : 'chevron-up'"
|
||||
:icon="extra ? 'chevron-right' : 'chevron-down'"
|
||||
fixed-width
|
||||
/>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue