From 0c2a26ee57d236902343bd565a4983671420681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 21 Nov 2018 09:41:03 +0100 Subject: [PATCH] portal agent: make links expand to the whole height/width (#28205) --- data/themes/gadjo/static/css/agent-portal.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/themes/gadjo/static/css/agent-portal.scss b/data/themes/gadjo/static/css/agent-portal.scss index f81f6306..c906d842 100644 --- a/data/themes/gadjo/static/css/agent-portal.scss +++ b/data/themes/gadjo/static/css/agent-portal.scss @@ -155,16 +155,20 @@ div.links-list { position: relative; z-index: 0; & > li { - padding: 1rem; color: $cell-entry-color; border-bottom: 1px solid $cell-entry-border-color; position: relative; > h4 { // group titles - padding: 0; margin: 0; font-size: 100%; font-weight: normal; + padding: 1rem; + } + > a { + display: block; + padding: 1rem; + border: none; } &:hover {