Skip to content

Commit fc55950

Browse files
committed
feat(navbar): add border in bootstrap theme
1 parent 3a58d59 commit fc55950

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navbar/_navbar-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
box-shadow: var-get($theme, 'shadow');
109109
z-index: 4;
110110
overflow: hidden;
111+
112+
@if $variant == 'bootstrap' {
113+
border-bottom: rem(1px) solid var-get($theme, 'border-color');
114+
}
111115
}
112116

113117
%igx-navbar-part {

0 commit comments

Comments
 (0)