From e4bef006d35431adbfc7ca992b4f16d58eafd81f Mon Sep 17 00:00:00 2001 From: apapachristou Date: Tue, 8 Sep 2020 18:11:29 +0300 Subject: [PATCH] Fixes bug, cant remove finalized dataset --- dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html | 2 +- dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html index da99abc8d..46f506710 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html @@ -84,7 +84,7 @@
  • {{'DMP-EDITOR.STEPPER.DATASET' | translate}}
    - remove_circle_outline + remove_circle_outline
    check{{'TYPES.DATASET-STATUS.FINALISED' | translate}} diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss index eb8ae2c58..5f8b0017a 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss @@ -355,6 +355,11 @@ a:hover { cursor: auto !important; } +.add-dataset-btn:hover { + color: #129d99 !important; + border: 1px solid #129d99; +} + .dataset-list { list-style-type: none; padding-left: 0px;