diff --git a/Build/Resources/Public/Less/form.less b/Build/Resources/Public/Less/form.less
index ab917020ec8b4b8b04bcb23ccba81a7d148d540f..0bc38aa47b1e776a1da10a31a733c1e7cf9b08f6 100644
--- a/Build/Resources/Public/Less/form.less
+++ b/Build/Resources/Public/Less/form.less
@@ -528,9 +528,6 @@
           transition: margin @stage-validation-transition-time-in;
         }
       }
-      &:has (.ui-sortable-handle:hover) {
-        border-color: transparent;
-      }
       span {
         color: @gray-dark;
       }
@@ -963,4 +960,4 @@
 .t3-form-element-new-page-button {
   position: absolute;
   left: 0.5em;
-}
\ No newline at end of file
+}
diff --git a/typo3/sysext/form/Resources/Public/Css/form.css b/typo3/sysext/form/Resources/Public/Css/form.css
index f1b90a0ce711ca47364ec90d4fb2773b7d0909e2..f301b965cd9c0a85811666574378893a8c1530f8 100644
--- a/typo3/sysext/form/Resources/Public/Css/form.css
+++ b/typo3/sysext/form/Resources/Public/Css/form.css
@@ -385,9 +385,6 @@
   margin-right: 75px;
   transition: margin 0.2s;
 }
-#t3-form-stage-container.t3-form-stage-viewmode-abstract .ui-sortable-handle:has (.ui-sortable-handle:hover) {
-  border-color: transparent;
-}
 #t3-form-stage-container.t3-form-stage-viewmode-abstract .ui-sortable-handle span {
   color: #5a5a5a;
 }