Remove border on when there is one item only
This commit is contained in:
parent
d8f7269f70
commit
f12f7c15e5
1 changed files with 5 additions and 0 deletions
|
@ -20,4 +20,9 @@
|
|||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
// Remove border on when there is one item only
|
||||
.fr-nav__item:only-child::before {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue