|
@@ -81,7 +81,7 @@ export const SectionHeader = styled('div')`
|
|
|
height: 1.5em;
|
|
|
padding: ${space(0.25)} ${space(1.5)};
|
|
|
|
|
|
- /* Remove top padding if this is the first section in a headerless menu (selected
|
|
|
+ /* Remove top padding if this is the first section in a headerless menu (selected
|
|
|
with li:nth-of-type(2) because the first list item is a hidden separator) */
|
|
|
[data-menu-has-header='false']
|
|
|
ul:first-of-type
|