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>
</b-col>
<b-col sm="4" class="pm-multiview-header-actions-buttons">
<button
<b-button
v-for="action in data.actions"
:key="action.id"
@click="action.onClick(action)"
class="pm-multiview-header-button"
:title="action.title"
variant="primary"
>
<div>
<span>
<i :class="action.icon"></i>
</span>
</div>
</button>
</b-button>
</b-col>
</b-row>
</div>