montreuil: remove border after "more items" link (#40529)

This commit is contained in:
Frédéric Péters 2020-03-09 09:43:03 +01:00
parent b283165627
commit fab0288f15
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ div.gru-nav {
li:last-child a {
border-bottom: 0;
}
li.more-items {
border: 0;
}
li.more-items a {
background: $secondary-color;
border-radius: 50%;