mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 03:59:53 +00:00
a304223f04
- fixes unpinned popup message not showing - fixes radio button spacing in client pref dropdown in Zebra Bug: T351141 Change-Id: Ieeb5caaa6ccbd83d28dae41d3ca30791c355fcc6
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;
|
|
}
|