mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Follow-up: add border to zebra header
Bug: T332449 Change-Id: I93704a647b6c3d1dfd1741f223379019816a60e6
This commit is contained in:
parent
11a1bc0b97
commit
ac73b57465
|
@ -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;
|
||||
|
|
|
@ -5,3 +5,7 @@
|
|||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.vector-sticky-header-container {
|
||||
border-bottom: @border-width-base @border-style-base @colorGray14;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue