From d9eea735b14548597be727b8d30e4275f7054249 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Thu, 14 Oct 2021 13:44:57 +0200 Subject: [PATCH] [editor] Reduce delay on hiding of section menu --- .../components/unit-view/page-view/canvas/canvas.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/editor/src/app/components/unit-view/page-view/canvas/canvas.component.ts b/projects/editor/src/app/components/unit-view/page-view/canvas/canvas.component.ts index 82847a5c9..ff1e55377 100644 --- a/projects/editor/src/app/components/unit-view/page-view/canvas/canvas.component.ts +++ b/projects/editor/src/app/components/unit-view/page-view/canvas/canvas.component.ts @@ -18,7 +18,7 @@ import { Section } from '../../../../../../../common/classes/section'; '.add-section-button {width: 100%; height: 25px; background-color: #BABABA; margin: 15px 0; border-radius: 10%}', '::ng-deep .add-section-button span.mat-button-wrapper {padding: 0}', '::ng-deep .add-section-button span.mat-button-wrapper mat-icon {vertical-align: unset}', - '.section-menu {opacity:0; transition: opacity 0.5s linear; transition-delay:1s;}', + '.section-menu {opacity:0; transition: opacity 0.5s linear; transition-delay:0.3s;}', '.section-menu.open {opacity:1; transition-delay:0s;}' ] }) -- GitLab