2021-05-06 22:42:00 +00:00
|
|
|
@import '../../common/variables.less';
|
|
|
|
|
2021-04-30 02:54:54 +00:00
|
|
|
// Overrides personal menu styles for consolidated user links.
|
|
|
|
.mw-portlet-personal.vector-menu-dropdown h3:after {
|
2021-05-06 22:42:00 +00:00
|
|
|
padding: 0.4em 0 0.4em 0;
|
2021-04-30 02:54:54 +00:00
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
2021-05-06 22:42:00 +00:00
|
|
|
#p-personal.vector-menu-dropdown {
|
|
|
|
.vector-menu-checkbox {
|
|
|
|
&:hover + h3 {
|
|
|
|
background-color: @colorGray14;
|
|
|
|
border-radius: @border-radius-base;
|
|
|
|
}
|
|
|
|
}
|
2021-04-30 02:54:54 +00:00
|
|
|
|
2021-05-06 22:42:00 +00:00
|
|
|
.vector-menu-content {
|
|
|
|
top: 100%;
|
|
|
|
left: unset;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vector-menu-content-list {
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
|
|
|
li {
|
|
|
|
font-size: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: @colorGray14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li#pt-logout {
|
|
|
|
border-top: 1px solid @border-color-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
|
|
|
&:hover,
|
|
|
|
&:visited {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2021-04-30 02:54:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-06 22:42:00 +00:00
|
|
|
// Since user-page is pulled out of the personal menu for modern vector,
|
|
|
|
// apply styles for the top-level user-page menu.
|
|
|
|
#p-user-page {
|
|
|
|
li {
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
|
|
|
|
a {
|
|
|
|
background-position: left center;
|
|
|
|
padding-left: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
2021-04-30 02:54:54 +00:00
|
|
|
}
|