From 9fd9f54aa0900d167cebed25d7d2533a766ec644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 10 Jun 2014 13:31:53 +0200 Subject: [PATCH] Minor style fixes --- app/styles/components/taskboard-task.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/styles/components/taskboard-task.scss b/app/styles/components/taskboard-task.scss index e1e7cedf..c5369db4 100644 --- a/app/styles/components/taskboard-task.scss +++ b/app/styles/components/taskboard-task.scss @@ -8,7 +8,7 @@ .taskboard-tag { @include table-flex-child(1, 0, 0, 0); background: $postit-hover; //Fallback - height: .2rem; + height: .3rem; } .taskboard-task-inner { @include table-flex(); @@ -45,6 +45,7 @@ @extend %large; bottom: .2rem; color: $postit-hover; + display: none; position: absolute; &:hover { @include transition(color, .3s, linear); @@ -58,6 +59,12 @@ @extend %xlarge; right: 45%; } + &:hover { + .icon-edit, + .icon-drag-h { + display: block; + } + } } .task-drag {