Skip to content

Commit 75f0982

Browse files
committed
fix(input): add border radius to bundle so the background doesn't overflow
1 parent 235dfe4 commit 75f0982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,9 +1037,9 @@
10371037
%form-group-bundle--search {
10381038
background: var-get($theme, 'search-background');
10391039
box-shadow: var-get($theme, 'search-resting-shadow');
1040+
border-radius: var-get($theme, 'search-border-radius');
10401041

10411042
@if $variant != 'bootstrap' {
1042-
border-radius: var-get($theme, 'search-border-radius');
10431043
overflow: hidden;
10441044
}
10451045

0 commit comments

Comments
 (0)