From bec2e73fa7602ecc7f720794f3b2e4af23672c5e Mon Sep 17 00:00:00 2001 From: Godwin Date: Sat, 26 Sep 2015 20:34:17 -0700 Subject: [PATCH] Not interested opacity fix --- app/assets/stylesheets/_application.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index d38194d..f37d8ed 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -2118,7 +2118,9 @@ html[data-lingua-franca-example="html"] { } &.not-interested { - opacity: 0.5; + .title { + opacity: 0.5; + } } .info {