From 2d9dd4c02ec6bdedaca9c2d4e64fd296ab273d16 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 28 Feb 2020 23:40:43 +0100 Subject: [PATCH] feat(task): improve drag handle styling --- src/app/features/tasks/task/task.component.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/features/tasks/task/task.component.scss b/src/app/features/tasks/task/task.component.scss index ce9f31c9ed..6104ef6e2e 100644 --- a/src/app/features/tasks/task/task.component.scss +++ b/src/app/features/tasks/task/task.component.scss @@ -631,12 +631,9 @@ progress-bar { justify-content: center; align-items: center; - .first-line:hover & { - display: none; - } - - :host.isCurrent & { - } + //.first-line:hover & { + // opacity: .7; + //} :host.isCurrent &::ng-deep mat-icon { transform: scale(1.4) !important; @@ -655,10 +652,10 @@ progress-bar { .drag-handle-ico { @include mq(xs) { - opacity: 0; - .first-line:hover & { - opacity: 1; - } + opacity: 0.15; + //.first-line:hover & { + //opacity: 0.3; + //} } }