From 28783986ac0fc65ce0b617df9b11b67d25c2bc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 24 Apr 2015 08:06:31 +0200 Subject: [PATCH] Fix The closed tick in Project attributes appears only when you hover the status --- app/styles/modules/common/colors-table.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/modules/common/colors-table.scss b/app/styles/modules/common/colors-table.scss index f84a0d6e..56caeca1 100644 --- a/app/styles/modules/common/colors-table.scss +++ b/app/styles/modules/common/colors-table.scss @@ -120,6 +120,9 @@ color: $green-taiga; transition: all .2s ease-in; } + &.icon-check-square { + opacity: 1; + } } .icon-delete { &:hover {