Skip to content

Commit db7d354

Browse files
committed
Hiding divider if the item in front of it is hidden
1 parent 6205337 commit db7d354

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/actionlist/action-list-item.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
}
114114
}
115115

116+
// Make sure that the first visible item isn't a divider
117+
&[hidden] + .ActionList-sectionDivider {
118+
display: none;
119+
}
120+
116121
// Autocomplete [aria-selected] items
117122

118123
&[aria-selected='true'] {

0 commit comments

Comments
 (0)