File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ select.ui.dropdown {
466
466
box-shadow : @selectionMenuBoxShadow ;
467
467
transition : @selectionMenuTransition ;
468
468
}
469
- .ui.selection.dropdown @{notPointing}@{notFloating} .menu {
469
+ .ui.selection.dropdown @{notPointing}@{notFloating} > .menu {
470
470
border-top-width : 0 ;
471
471
border-radius : @selectionMenuBorderRadius ;
472
472
}
@@ -1313,7 +1313,7 @@ select.ui.dropdown {
1313
1313
1314
1314
& when (@variationDropdownSelection ) {
1315
1315
/* Selection */
1316
- .ui.ui.upward.selection.dropdown @{notPointing}@{notFloating} .menu {
1316
+ .ui.ui.upward.selection.dropdown @{notPointing}@{notFloating} > .menu {
1317
1317
border-top-width : @menuBorderWidth ;
1318
1318
border-bottom-width : 0 ;
1319
1319
box-shadow : @upwardSelectionMenuBoxShadow ;
You can’t perform that action at this time.
0 commit comments