Merged in bugfix/PMCORE-3950 (pull request #8537)

PMCORE-3950

Approved-by: Rodrigo Quelca
This commit is contained in:
Fabio Guachalla
2022-08-26 14:59:35 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -285,7 +285,7 @@
></i>
</b-button>
</div>
<div slot="sort"><i class="fa fa-align-justify handle"></i></div>
<div slot="sort"><i class="fa fa-align-justify handle sort-handle"></i></div>
</v-client-table>
</b-form-group>
</b-col>
@@ -803,4 +803,7 @@ export default {
.invalid .typo__label {
color: #f04124;
}
.sort-handle {
color: gray
}
</style>