Skip to content

Commit e66fc4e

Browse files
authored
Merge branch 'master' into sivanova/slider-height
2 parents a7961e5 + 47e0487 commit e66fc4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@
211211
min-height: 100% !important;
212212
border: none !important;
213213

214-
.igx-input-group__filler {
214+
.igx-input-group__filler,
215+
.igx-input-group__notch {
215216
border: none !important;
216217
}
217218

projects/igniteui-angular/core/src/core/styles/components/tabs/_tabs-theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
display: flex;
5757
flex-direction: column;
5858
overflow: hidden;
59+
text-align: initial;
5960
}
6061

6162
%tabs-header {
@@ -322,7 +323,7 @@
322323
var-get($theme, 'item-active-hover-background') 1px,
323324
var-get($theme, 'item-active-hover-background') calc(100% - 1px),
324325
var-get($theme, 'border-color') calc(100% - 1px)
325-
);
326+
);
326327
}
327328
}
328329
}

0 commit comments

Comments
 (0)