@@ -68,10 +68,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
68
68
$listbox-template-multiline-padding : 4px !default ;
69
69
$listbox-template-multiline-content-font-size : $text-sm !default ;
70
70
$listbox-template-multiline-avatar-top : 0 !default ;
71
- $listbox-filter-height : calc (100% - 56px ) !default ;
72
71
$listbox-filter-small-height : calc (100% - 50px ) !default ;
73
72
$listbox-filter-bigger-small-height : calc (100% - 59px ) !default ;
74
- $listbox-filter-bigger-height : calc (100% - 64px ) !default ;
75
73
$listbox-item-height : 36px !default ;
76
74
77
75
$listbox-border-color : $border-light ;
@@ -112,7 +110,11 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
112
110
113
111
$listbox-select-height : calc (100% - 36px ) !default ;
114
112
$listbox-select-bigger-height : calc (100% - 48px ) !default ;
115
- $listbox-filterselect-height : calc (100% - 93px ) !default ;
116
- $listbox-filterselect-bigger-height : calc (100% - 113px ) !default ;
117
- $listbox-filter-height : calc (100% - 57px ) !default ;
118
- $listbox-filter-bigger-height : calc (100% - 65px ) !default ;
113
+ $listbox-filterselect-height : calc (100% - 36px ) !default ;
114
+ $listbox-filterselect-bigger-height : calc (100% - 48px ) !default ;
115
+ $listbox-mat-filter-height : calc (100% - 56px ) !default ;
116
+ $listbox-mat-filter-bigger-height : calc (100% - 64px ) !default ;
117
+ $listbox-filter-height : calc (100% - 56px ) !default ;
118
+ $listbox-filter-bigger-height : calc (100% - 64px ) !default ;
119
+ $listbox-ej2-filterselect-height : calc (100% - 93px ) !default ;
120
+ $listbox-ej2-filterselect-bigger-height : calc (100% - 113px ) !default ;
0 commit comments