From 927ab3a23aebd3308813048ce9124dc7af0f5c31 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Mon, 19 Feb 2018 11:11:10 +1100 Subject: [PATCH] Make subscriptions setup checklist more legible --- .../stylesheets/admin/components/todo.scss | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/admin/components/todo.scss b/app/assets/stylesheets/admin/components/todo.scss index 4834247f56..8528e0cb8e 100644 --- a/app/assets/stylesheets/admin/components/todo.scss +++ b/app/assets/stylesheets/admin/components/todo.scss @@ -3,8 +3,20 @@ .todolist{ .todo { &.done { - .title, .steps { - text-decoration: line-through; + .title { + color: #aaaaaa; + + a { + color: #aaaaaa; + } + } + + i { + color: #aaaaaa; + } + + .steps { + display: none; } i {