Follow-up: add border to zebra header

Bug: T332449
Change-Id: I93704a647b6c3d1dfd1741f223379019816a60e6
This commit is contained in:
bwang 2023-04-05 11:24:38 -05:00 committed by Bernard Wang
parent 11a1bc0b97
commit ac73b57465
3 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,6 @@
left: 0;
right: 0;
z-index: @z-index-header;
border-bottom: @border-width-base @border-style-base @colorGray14;
// Hide sticky header until visible class is applied to the body
transition: @transition-sticky-header;
display: none;

View file

@ -5,3 +5,7 @@
max-width: none;
}
}
.vector-sticky-header-container {
border-bottom: @border-width-base @border-style-base @colorGray14;
}

View file

@ -3,6 +3,7 @@
display: flex;
justify-content: center;
background-color: @background-color-page-container;
border-bottom: @border-width-base @border-style-base @colorGray14;
.mw-header,
.vector-sticky-header {