scss: remove bottom border from footer menu cell (#40284)

This commit is contained in:
Frédéric Péters 2020-03-01 08:12:30 +01:00
parent 87482fc3f1
commit 81acda1725
1 changed files with 1 additions and 0 deletions

View File

@ -722,6 +722,7 @@ div.cell {
text-align: center;
li {
display: inline-block;
border: none;
border-right: $footer-menucell-separator;
&:last-child {
border-right: none;