mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
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;
|
||
|
}
|