From 6c5d5f3d0019e15eda506ac6f738b27e85a19b9e Mon Sep 17 00:00:00 2001 From: David Hudson Date: Sun, 18 Sep 2016 17:38:59 +0900 Subject: [PATCH] [Swimlanes] Implement resource graph directive Issue #599 --- platform/features/timeline/res/sass/_timelines.scss | 4 ++++ platform/features/timeline/res/templates/timeline.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/platform/features/timeline/res/sass/_timelines.scss b/platform/features/timeline/res/sass/_timelines.scss index 70b5b43024..2b702f7958 100644 --- a/platform/features/timeline/res/sass/_timelines.scss +++ b/platform/features/timeline/res/sass/_timelines.scss @@ -38,6 +38,10 @@ .l-timeline-pane { @include absPosDefault(); + &.drop-over { + background-color: lighten($colorEditAreaBg, 5%); + } + .l-width-control { position: relative; } diff --git a/platform/features/timeline/res/templates/timeline.html b/platform/features/timeline/res/templates/timeline.html index d4c022f150..2a87921f29 100644 --- a/platform/features/timeline/res/templates/timeline.html +++ b/platform/features/timeline/res/templates/timeline.html @@ -77,7 +77,7 @@ -
+
{{ngModel.title}}Resource Graph Legend