From 3973e4318a591bb6575729d1fa60843cb610a381 Mon Sep 17 00:00:00 2001 From: Fabio Guachalla Date: Fri, 26 Aug 2022 09:04:38 -0400 Subject: [PATCH] PMCORE-3950:FE: Change icon color for reordering remove css --- .../js/admin/settings/customCaseList/CaseListSketch.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/assets/js/admin/settings/customCaseList/CaseListSketch.vue b/resources/assets/js/admin/settings/customCaseList/CaseListSketch.vue index 935895a13..a7c6ab199 100644 --- a/resources/assets/js/admin/settings/customCaseList/CaseListSketch.vue +++ b/resources/assets/js/admin/settings/customCaseList/CaseListSketch.vue @@ -285,7 +285,7 @@ > -
+
@@ -803,4 +803,7 @@ export default { .invalid .typo__label { color: #f04124; } +.sort-handle { + color: gray +}