PMCORE-3950:FE: Change icon color for reordering
remove css
This commit is contained in:
@@ -285,7 +285,7 @@
|
|||||||
></i>
|
></i>
|
||||||
</b-button>
|
</b-button>
|
||||||
</div>
|
</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>
|
</v-client-table>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
</b-col>
|
</b-col>
|
||||||
@@ -803,4 +803,7 @@ export default {
|
|||||||
.invalid .typo__label {
|
.invalid .typo__label {
|
||||||
color: #f04124;
|
color: #f04124;
|
||||||
}
|
}
|
||||||
|
.sort-handle {
|
||||||
|
color: gray
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user