From: stephen@cubedesigners.com Date: Fri, 2 Sep 2016 14:29:42 +0000 (+0000) Subject: Fix #660 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f4ab512db816ac9defad31e3700d75132793b5a3;p=fluidbook-v3.git Fix #660 @0.75 --- diff --git a/less/214-home-services.less b/less/214-home-services.less index 340fb8d..d09f39c 100644 --- a/less/214-home-services.less +++ b/less/214-home-services.less @@ -91,7 +91,7 @@ section.services { &:hover { .more { - opacity: 1; + display: block; } } } @@ -102,7 +102,7 @@ section.services { } .more { - opacity: 0; + display: none; position: absolute; width: 100%; height: 100%;