From: Jérémy Fabre Date: Mon, 3 Oct 2016 15:27:36 +0000 (+0200) Subject: Fix the links in the yellow blocks X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=89add6b99f9b4f2f6730d8e4ccc4e9122af6f0cc;p=mezzo.git Fix the links in the yellow blocks --- diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index 2ef85d9c..60971247 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -112,10 +112,12 @@ $module: ".page"; z-index: 1; text-decoration: none; border-color: $color-black; + border-bottom: 1px solid $color-black; + @include transition(all 0.15s ease-in-out); &:hover { - box-shadow: none; - color: $color-black; + box-shadow: inset 0 -30px $color-black; + color: $color-main; } }