Skip to content

Commit ae27b17

Browse files
authored
Merge pull request #1060 from phun333/next
fix(dropdown): Dropdown Group Double hr
2 parents 1a210e1 + 22773dc commit ae27b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/dropdown/group/bl-dropdown-group.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323
padding-top: var(--bl-size-xs);
2424
}
2525

26+
/*
2627
:host(:not(:last-child)) .dropdown-group {
2728
border-bottom: 1px solid var(--bl-color-neutral-lighter);
2829
padding-bottom: var(--bl-size-xs);
2930
}
31+
*/
3032

3133
/*
3234
:host(:not([caption])) ::slotted(:first-child) {

0 commit comments

Comments
 (0)