2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
2022-05-16 16:55:54 +00:00
|
|
|
@import 'mediawiki.mixins.less';
|
2019-08-01 20:35:10 +00:00
|
|
|
|
2023-08-17 21:21:20 +00:00
|
|
|
// stylelint-disable selector-max-id
|
2019-08-01 20:35:10 +00:00
|
|
|
|
|
|
|
// .menu
|
|
|
|
#mw-mf-page-left {
|
|
|
|
ul {
|
2023-08-17 21:21:20 +00:00
|
|
|
.toggle-list-item {
|
2020-06-12 04:23:50 +00:00
|
|
|
background-color: @background-color-base;
|
2019-08-01 20:35:10 +00:00
|
|
|
position: relative; // ensure the logout link in beta can be position absolute
|
2023-04-09 13:49:29 +00:00
|
|
|
border-top: @border-width-base @border-style-base #eaecf0;
|
2019-08-01 20:35:10 +00:00
|
|
|
// offset the border for the icon by 1px
|
2023-04-09 13:49:29 +00:00
|
|
|
margin-top: -@border-width-base;
|
2019-08-01 20:35:10 +00:00
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
2023-08-17 21:21:20 +00:00
|
|
|
.toggle-list-item__anchor:hover {
|
|
|
|
box-shadow: inset 4px 0 0 0 @box-shadow-color-progressive--focus;
|
|
|
|
text-decoration: none;
|
2019-08-01 20:35:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-08-17 21:21:20 +00:00
|
|
|
// stylelint-enable selector-max-id
|