mediawiki-skins-Vector/resources/skins.vector.styles/components/ClientPreferences.less
bwang a304223f04 Fix misc client pref bugs
- fixes unpinned popup message not showing
- fixes radio button spacing in client pref dropdown in Zebra

Bug: T351141
Change-Id: Ieeb5caaa6ccbd83d28dae41d3ca30791c355fcc6
2023-11-27 11:40:53 -06:00

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;
}