mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 12:09:30 +00:00
17 lines
498 B
Plaintext
17 lines
498 B
Plaintext
|
// Ensure there is only 1 client prefs landmark at anytime
|
||
|
&.vector-feature-client-prefs-pinned-enabled .vector-user-links .vector-client-prefs-landmark,
|
||
|
&.vector-feature-client-prefs-pinned-disabled .vector-column-end .vector-client-prefs-landmark {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#vector-client-prefs-dropdown {
|
||
|
.vector-dropdown-content {
|
||
|
.mixin-vector-dropdown-content-flip();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* If JS is disabled the menu should not render at all */
|
||
|
.client-nojs .vector-client-prefs-landmark {
|
||
|
display: none;
|
||
|
}
|