From 04efa2eca428b12fa869c92ff1ddbfdd455c673d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 11 Apr 2016 08:46:13 +0200 Subject: [PATCH] Related tasks add visual cue --- app/modules/attachments/attachments.scss | 2 +- app/styles/modules/common/history.scss | 3 ++- app/styles/modules/common/related-tasks.scss | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/app/modules/attachments/attachments.scss b/app/modules/attachments/attachments.scss index 61b9e15f..64bd6660 100644 --- a/app/modules/attachments/attachments.scss +++ b/app/modules/attachments/attachments.scss @@ -1,5 +1,5 @@ .attachments { - margin-bottom: 2rem; + margin-bottom: 4rem; } .attachments-header { diff --git a/app/styles/modules/common/history.scss b/app/styles/modules/common/history.scss index aa1e114b..9cb43032 100644 --- a/app/styles/modules/common/history.scss +++ b/app/styles/modules/common/history.scss @@ -45,10 +45,11 @@ margin-bottom: 0; li { background: $white; - border-right: 1px solid $whitish; display: inline-block; position: relative; &.active { + border-left: 1px solid $whitish; + border-right: 1px solid $whitish; color: $primary; top: 1px; } diff --git a/app/styles/modules/common/related-tasks.scss b/app/styles/modules/common/related-tasks.scss index 241cb037..268fd5e3 100644 --- a/app/styles/modules/common/related-tasks.scss +++ b/app/styles/modules/common/related-tasks.scss @@ -183,6 +183,20 @@ } } } + .closed, + .closed:hover { + border-left: 10px solid $whitish; + color: $whitish; + a, + svg { + fill: $whitish; + } + .task-name a { + color: $whitish; + text-decoration: line-through; + + } + } .icon-iocaine { display: none; }