diff --git a/src/components/Navigation/styles/Item.js b/src/components/Navigation/styles/Item.js index 056d257e..7f5dffac 100644 --- a/src/components/Navigation/styles/Item.js +++ b/src/components/Navigation/styles/Item.js @@ -57,7 +57,6 @@ const NavigationItem = styled.div.withConfig({ displayName: 'NavigationItem' })` &:before {background: ${get('colors.primary.default')}; } } - ${NavigationItemList}:not(:last-child) &, ${NavigationItemList.Small}:not(:last-child) & { padding-bottom: calc(${calcBottomOffset(1.5)} + 10px); }