mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
79ea216e77
Bug: T322597 Change-Id: I4290de12b2e79dc1121499341432c5f0221a5bb7
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
// When the help icon and limited toggle is on the same page, only the help icon should be shown.
|
|
// (T322597#8378539)
|
|
.vector-limited-width-toggle {
|
|
/* stylelint-disable-next-line declaration-no-important */
|
|
display: none !important;
|
|
}
|