Skip to content

Commit

Permalink
feat(dropdown): support submenus for selection dropdown
Browse files Browse the repository at this point in the history
This PR fixes the upper/lower border of submenus when used inside a unlimited selection dropdown
  • Loading branch information
lubber-de authored Feb 8, 2025
1 parent c6df31f commit 62260b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ select.ui.dropdown {
box-shadow: @selectionMenuBoxShadow;
transition: @selectionMenuTransition;
}
.ui.selection.dropdown@{notPointing}@{notFloating} .menu {
.ui.selection.dropdown@{notPointing}@{notFloating} > .menu {
border-top-width: 0;
border-radius: @selectionMenuBorderRadius;
}
Expand Down Expand Up @@ -1313,7 +1313,7 @@ select.ui.dropdown {

& when (@variationDropdownSelection) {
/* Selection */
.ui.ui.upward.selection.dropdown@{notPointing}@{notFloating} .menu {
.ui.ui.upward.selection.dropdown@{notPointing}@{notFloating} > .menu {
border-top-width: @menuBorderWidth;
border-bottom-width: 0;
box-shadow: @upwardSelectionMenuBoxShadow;
Expand Down

0 comments on commit 62260b0

Please sign in to comment.