PMCORE-3950:FE: Change icon color for reordering

remove css
This commit is contained in:
Fabio Guachalla
2022-08-26 09:04:38 -04:00
parent 4161dbbf0e
commit 3973e4318a

View File

@@ -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>