Skip to content

Commit 63c7d7d

Browse files
authored
Merge branch 'master' into mkirova/fix-6238
2 parents 768dc79 + 4153f03 commit 63c7d7d

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

projects/igniteui-angular/src/lib/core/styles/components/drop-down/_drop-down-theme.scss

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
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 {
@@ -236,6 +237,10 @@
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;
@@ -251,10 +256,6 @@
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;
@@ -271,19 +272,11 @@
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 {

0 commit comments

Comments
 (0)