Skip to content

Commit 1bc061b

Browse files
authored
Merge branch '20.0.x' into rivanova/fix-15848-master
2 parents 3a32744 + 5974ae7 commit 1bc061b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/column-actions/_column-actions-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
%column-actions-input {
9797
font-size: rem(16px) !important;
98-
margin: rem(-16px) 0 0 !important;
98+
margin: 0 !important;
9999
padding: rem(8px) rem(16px);
100100
}
101101

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,13 @@
301301
padding: 0;
302302
}
303303
}
304+
305+
&:not(.igx-input-group--disabled){
306+
%igx-combo__clear-button {
307+
color: var-get($theme, 'clear-button-foreground');
308+
background: var-get($theme, 'clear-button-background');
309+
}
310+
}
304311
}
305312

306313
%form-group-bundle:not(%form-group-bundle--disabled):focus-within {

0 commit comments

Comments
 (0)