@@ -468,84 +468,84 @@ select.ui.dropdown {
468
468
469
469
@media only screen and (max-width : @largestMobileScreen ) {
470
470
& when (@variationDropdownShort ) {
471
- .ui.selection.dropdown.short .menu {
471
+ .ui.ui. selection.dropdown.short .menu {
472
472
max-height : @selectionMobileMaxMenuHeight * 0.75 ;
473
473
}
474
- .ui.selection.dropdown [class*= " very short" ] .menu {
474
+ .ui.ui. selection.dropdown [class*= " very short" ] .menu {
475
475
max-height : @selectionMobileMaxMenuHeight * 0.5 ;
476
476
}
477
477
}
478
478
.ui.selection.dropdown :not (.unlimited ) .menu {
479
479
max-height : @selectionMobileMaxMenuHeight ;
480
480
}
481
481
& when (@variationDropdownLong ) {
482
- .ui.selection.dropdown.long .menu {
482
+ .ui.ui. selection.dropdown.long .menu {
483
483
max-height : @selectionMobileMaxMenuHeight * 2 ;
484
484
}
485
- .ui.selection.dropdown [class*= " very long" ] .menu {
485
+ .ui.ui. selection.dropdown [class*= " very long" ] .menu {
486
486
max-height : @selectionMobileMaxMenuHeight * 3 ;
487
487
}
488
488
}
489
489
}
490
490
@media only screen and (min-width : @tabletBreakpoint ) {
491
491
& when (@variationDropdownShort ) {
492
- .ui.selection.dropdown.short .menu {
492
+ .ui.ui. selection.dropdown.short .menu {
493
493
max-height : @selectionTabletMaxMenuHeight * 0.75 ;
494
494
}
495
- .ui.selection.dropdown [class*= " very short" ] .menu {
495
+ .ui.ui. selection.dropdown [class*= " very short" ] .menu {
496
496
max-height : @selectionTabletMaxMenuHeight * 0.5 ;
497
497
}
498
498
}
499
499
.ui.selection.dropdown :not (.unlimited ) .menu {
500
500
max-height : @selectionTabletMaxMenuHeight ;
501
501
}
502
502
& when (@variationDropdownLong ) {
503
- .ui.selection.dropdown.long .menu {
503
+ .ui.ui. selection.dropdown.long .menu {
504
504
max-height : @selectionTabletMaxMenuHeight * 2 ;
505
505
}
506
- .ui.selection.dropdown [class*= " very long" ] .menu {
506
+ .ui.ui. selection.dropdown [class*= " very long" ] .menu {
507
507
max-height : @selectionTabletMaxMenuHeight * 3 ;
508
508
}
509
509
}
510
510
}
511
511
@media only screen and (min-width : @computerBreakpoint ) {
512
512
& when (@variationDropdownShort ) {
513
- .ui.selection.dropdown.short .menu {
513
+ .ui.ui. selection.dropdown.short .menu {
514
514
max-height : @selectionComputerMaxMenuHeight * 0.75 ;
515
515
}
516
- .ui.selection.dropdown [class*= " very short" ] .menu {
516
+ .ui.ui. selection.dropdown [class*= " very short" ] .menu {
517
517
max-height : @selectionComputerMaxMenuHeight * 0.5 ;
518
518
}
519
519
}
520
520
.ui.selection.dropdown :not (.unlimited ) .menu {
521
521
max-height : @selectionComputerMaxMenuHeight ;
522
522
}
523
523
& when (@variationDropdownLong ) {
524
- .ui.selection.dropdown.long .menu {
524
+ .ui.ui. selection.dropdown.long .menu {
525
525
max-height : @selectionComputerMaxMenuHeight * 2 ;
526
526
}
527
- .ui.selection.dropdown [class*= " very long" ] .menu {
527
+ .ui.ui. selection.dropdown [class*= " very long" ] .menu {
528
528
max-height : @selectionComputerMaxMenuHeight * 3 ;
529
529
}
530
530
}
531
531
}
532
532
@media only screen and (min-width : @widescreenMonitorBreakpoint ) {
533
533
& when (@variationDropdownShort ) {
534
- .ui.selection.dropdown.short .menu {
534
+ .ui.ui. selection.dropdown.short .menu {
535
535
max-height : @selectionWidescreenMaxMenuHeight * 0.75 ;
536
536
}
537
- .ui.selection.dropdown [class*= " very short" ] .menu {
537
+ .ui.ui. selection.dropdown [class*= " very short" ] .menu {
538
538
max-height : @selectionWidescreenMaxMenuHeight * 0.5 ;
539
539
}
540
540
}
541
541
.ui.selection.dropdown :not (.unlimited ) .menu {
542
542
max-height : @selectionWidescreenMaxMenuHeight ;
543
543
}
544
544
& when (@variationDropdownLong ) {
545
- .ui.selection.dropdown.long .menu {
545
+ .ui.ui. selection.dropdown.long .menu {
546
546
max-height : @selectionWidescreenMaxMenuHeight * 2 ;
547
547
}
548
- .ui.selection.dropdown [class*= " very long" ] .menu {
548
+ .ui.ui. selection.dropdown [class*= " very long" ] .menu {
549
549
max-height : @selectionWidescreenMaxMenuHeight * 3 ;
550
550
}
551
551
}
0 commit comments