Merged in bugfix/PMCORE-3956 (pull request #8549)
PMCORE-3956 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
565cddb326
@@ -1,5 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
<div
|
||||
class="ellipsis-button align-middle"
|
||||
v-show="!showActions"
|
||||
@mouseover="showActionButtons"
|
||||
>
|
||||
<span>
|
||||
<i class="fas fa-ellipsis-v"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="float-right" v-show="showActions">
|
||||
<transition name="fade">
|
||||
<div
|
||||
@@ -21,15 +30,6 @@
|
||||
</div>
|
||||
</transition>
|
||||
</div>
|
||||
<div
|
||||
class="ellipsis-button align-middle"
|
||||
v-show="!showActions"
|
||||
@mouseover="showActionButtons"
|
||||
>
|
||||
<span>
|
||||
<i class="fas fa-ellipsis-v"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -124,6 +124,7 @@ export default {
|
||||
z-index: 999;
|
||||
display: inline-flex !important;
|
||||
opacity: 1 !important;
|
||||
height: 50px !important;
|
||||
}
|
||||
.btn-outline-info {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user