From 89add6b99f9b4f2f6730d8e4ccc4e9122af6f0cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 3 Oct 2016 17:27:36 +0200 Subject: [PATCH] Fix the links in the yellow blocks --- app/static/src/sass/modules/_page.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } } -- 2.39.5