Skip to content

Commit 87bf3b8

Browse files
committed
UFAL/Removed green line from the home page (#1204)
1 parent 0a62c28 commit 87bf3b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/themes/dspace/app/header-nav-wrapper/header-navbar-wrapper.component.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
div#header-navbar-wrapper {
77
// The header-navbar-wrapper should not have a z-index, otherwise it would cover the media viewer despite its higher z-index
88
position: relative; // required by the mobile collapsible navbar
9-
border-bottom: var(--ds-header-navbar-border-bottom-style); // gets covered by mobile navbar wrapper, when open
109

1110
div#mobile-navbar-wrapper {
1211
width: 100%;
@@ -19,7 +18,6 @@
1918
// Following parameters are changed by slideMobileNav animation
2019
min-height: var(--ds-expandable-navbar-height);
2120
height: auto;
22-
border-bottom: var(--ds-header-navbar-border-bottom-style);
2321
}
2422
}
2523
}

0 commit comments

Comments
 (0)