2021-05-06 22:42:00 +00:00
|
|
|
@import '../../common/variables.less';
|
|
|
|
|
|
|
|
// Legacy overrides for the UserMenu
|
|
|
|
|
|
|
|
/* Personal Menu */
|
2021-05-14 15:25:48 +00:00
|
|
|
.vector-user-menu-legacy li,
|
|
|
|
/* FIXME: the following selector is for cached HTML. It can be removed when
|
|
|
|
I068c5233bb25a7b141e66a6726b5761841f83eb2 is in production. */
|
2021-05-06 22:42:00 +00:00
|
|
|
#p-personal li {
|
|
|
|
font-size: @font-size-nav-personal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Icon for registered user names & anonymous message */
|
2021-05-14 15:25:48 +00:00
|
|
|
/* FIXME: the following selector is for cached HTML. It can be removed when
|
|
|
|
I068c5233bb25a7b141e66a6726b5761841f83eb2 is in production */
|
2021-05-06 22:42:00 +00:00
|
|
|
#pt-anonuserpage,
|
2021-05-14 15:25:48 +00:00
|
|
|
.vector-user-menu-legacy #pt-anonuserpage,
|
|
|
|
.vector-user-menu-legacy #pt-userpage a {
|
2021-05-06 22:42:00 +00:00
|
|
|
background-position: @background-position-nav-personal-icon;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
2021-05-14 15:25:48 +00:00
|
|
|
.vector-user-menu-legacy #pt-userpage {
|
2021-05-06 22:42:00 +00:00
|
|
|
padding-top: 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Show anonymous "Not logged in" text in gray */
|
2021-05-14 15:25:48 +00:00
|
|
|
/* FIXME: the following selector is for cached HTML. It can be removed when
|
|
|
|
I068c5233bb25a7b141e66a6726b5761841f83eb2 is in production. */
|
|
|
|
#pt-anonuserpage,
|
|
|
|
.vector-user-menu-legacy #pt-anonuserpage {
|
2021-05-06 22:42:00 +00:00
|
|
|
color: #54595d;
|
|
|
|
}
|