mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 03:59:53 +00:00
d2b413a721
Bug: T351141 Change-Id: Ic4a166fb3234b27dbf3d37891abfdf15781c8867
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
.vector-pinned-container .vector-pinnable-element {
|
|
// Make the heading border line up with the edge of the text
|
|
// (Whereas in a dropdown, the border lines up with the edge of the dropdown container).
|
|
.vector-pinnable-header,
|
|
.vector-menu-heading,
|
|
.mw-list-item a {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.vector-sticky-pinned-container {
|
|
// Applies styles for making a pinned element sticky
|
|
position: sticky;
|
|
top: @grid-row-gap;
|
|
}
|