From 9ffa447f1431ff017aff7d460f9ff0ce9ed86931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 30 Oct 2014 17:16:26 +0100 Subject: [PATCH] Fix No description text hover effect when no editable --- app/styles/layout/us-detail.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/layout/us-detail.scss b/app/styles/layout/us-detail.scss index 7dfc8ed7..dd2c489e 100644 --- a/app/styles/layout/us-detail.scss +++ b/app/styles/layout/us-detail.scss @@ -159,12 +159,12 @@ opacity: 1; top: -1.5rem; } - .no-description { - color: $grayer; - } .editable { background: $whitish; cursor: pointer; + .no-description { + color: $grayer; + } } } }