File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
projects/igniteui-angular/src/lib/core/styles/components/drop-down Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 225225 %igx-drop-down__list {
226226 overflow-y : auto ;
227227 background : --var ($theme , ' background-color' );
228+ box-shadow : --var ($theme , ' shadow' );
228229 min-width : rem (128px );
229230
230231 & :empty {
236237 }
237238 }
238239
240+ %igx-drop-down__list--select {
241+ box-shadow : none ;
242+ }
243+
239244 %igx-drop-down__header ,
240245 %igx-drop-down__item {
241246 display : flex ;
251256 cursor : pointer ;
252257 padding : map-get ($item-padding , ' comfortable' );
253258
254- // &%igx-drop-down__list--select {
255- // max-width: calc(100% + #{$item-padding-comfortable} * 2);
256- // }
257-
258259 & :focus {
259260 outline : 0 ;
260261 outline-color : transparent ;
271272 %igx-drop-down__item--cosy {
272273 height : map-get ($item-height , ' cosy' );
273274 padding : map-get ($item-padding , ' cosy' );
274- //
275- // &%igx-drop-down__list--select {
276- // max-width: calc(100% + #{$item-padding-cosy} * 2);
277- // }
278275 }
279276
280277 %igx-drop-down__item--compact {
281278 height : map-get ($item-height , ' compact' );
282279 padding : map-get ($item-padding , ' compact' );
283- //
284- // &%igx-drop-down__list--select {
285- // max-width: calc(100% + #{$item-padding-compact} * 2);
286- // }
287280 }
288281
289282 %igx-drop-down__header {
You can’t perform that action at this time.
0 commit comments