50
50
width : 100% ;
51
51
}
52
52
53
- & .frequent-items-dropdown-menu {
54
- padding : 0 ;
55
- overflow-y : initial ;
56
- max-height : initial ;
57
- }
58
-
59
53
// `GlDropdown` specifies the `max-height` of `.gl-new-dropdown-inner`
60
54
// as `$dropdown-max-height`, but the `max-height` rule above forces
61
55
// the parent `.dropdown-menu` to be _slightly_ too small because of
834
828
}
835
829
}
836
830
837
- header .header-content .dropdown-menu.frequent-items-dropdown-menu {
838
- padding : 0 ;
839
- }
840
-
841
831
.frequent-items-dropdown-container {
842
832
display : flex ;
843
833
flex-direction : row ;
844
834
height : $grid-size * 40 ;
845
835
846
- & .with-deprecated-styles {
847
- width : 500px ;
848
- height : 354px ;
849
-
850
- .section-header ,
851
- .frequent-items-list-container li .section-empty {
852
- padding : 0 $gl-padding ;
853
- }
854
-
855
- .search-input-container {
856
- position : relative ;
857
- padding : 4px $gl-padding ;
858
-
859
- .search-icon {
860
- position : absolute ;
861
- top : 13px ;
862
- right : 25px ;
863
- color : $gray-300 ;
864
- }
865
- }
866
-
867
- @include media-breakpoint-down (xs) {
868
- flex-direction : column ;
869
- width : 100% ;
870
- height : auto ;
871
- flex : 1 ;
872
-
873
- .frequent-items-dropdown-sidebar ,
874
- .frequent-items-dropdown-content {
875
- width : 100% ;
876
- }
877
-
878
- .frequent-items-dropdown-sidebar {
879
- border-bottom : 1px solid $border-color ;
880
- border-right : 0 ;
881
- }
882
- }
883
-
884
- .frequent-items-list-container {
885
- width : auto ;
886
- height : auto ;
887
- padding-bottom : 0 ;
888
- }
889
- }
890
-
891
- .frequent-items-dropdown-sidebar ,
892
836
.frequent-items-dropdown-content {
893
837
@include gl-pt-3 ;
894
838
}
@@ -897,11 +841,6 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
897
841
color : $almost-black ;
898
842
}
899
843
900
- .frequent-items-dropdown-sidebar {
901
- width : 30% ;
902
- border-right : 1px solid $border-color ;
903
- }
904
-
905
844
.frequent-items-dropdown-content {
906
845
position : relative ;
907
846
width : 70% ;
0 commit comments