From 1c844bfe52d8a2fa8bba8530db69dc70d79f7420 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 24 Oct 2025 15:40:11 +0200 Subject: [PATCH] fix: styling for drag handle on mobile --- src/app/features/tasks/task/_task-controls.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/features/tasks/task/_task-controls.scss b/src/app/features/tasks/task/_task-controls.scss index 3943b81421..1af1e30cf8 100644 --- a/src/app/features/tasks/task/_task-controls.scss +++ b/src/app/features/tasks/task/_task-controls.scss @@ -351,7 +351,6 @@ progress-bar { //justify-content: center; //align-items: center; position: relative; - // fixes drag and drop on mobile touch-action: none; pointer-events: all; @@ -394,12 +393,7 @@ progress-bar { } .drag-handle-ico { - @include mq(xs) { - opacity: 0.15; - //.first-line:hover & { - //opacity: 0.3; - //} - } + opacity: 0.15; :host.isCurrent & { opacity: 0;