PMCORE-3323: List options should not have borders PMCORE_3.7.0 build

restore color
This commit is contained in:
Rodrigo Quelca
2021-09-20 14:53:11 +00:00
parent 7583dc0f26
commit 719c3f8a37

View File

@@ -14,19 +14,20 @@
</div> </div>
</b-col> </b-col>
<b-col sm="4" class="pm-multiview-header-actions-buttons"> <b-col sm="4" class="pm-multiview-header-actions-buttons">
<button <b-button
v-for="action in data.actions" v-for="action in data.actions"
:key="action.id" :key="action.id"
@click="action.onClick(action)" @click="action.onClick(action)"
class="pm-multiview-header-button" class="pm-multiview-header-button"
:title="action.title" :title="action.title"
variant="primary"
> >
<div> <div>
<span> <span>
<i :class="action.icon"></i> <i :class="action.icon"></i>
</span> </span>
</div> </div>
</button> </b-button>
</b-col> </b-col>
</b-row> </b-row>
</div> </div>