portal agent: make links expand to the whole height/width (#28205)

This commit is contained in:
Frédéric Péters 2018-11-21 09:41:03 +01:00
parent 5c27c55953
commit 0c2a26ee57
1 changed files with 6 additions and 2 deletions

View File

@ -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 {