mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-04 10:39:08 +00:00
faf428550b
Bug: T376394 Bug: T376361 Bug: T376126 Bug: T376098 Bug: T376363 Bug: T367892 Bug: T375994 Change-Id: I91b34a1b2bffaf1bebe2d60abd8b44877182d45e
32 lines
767 B
Plaintext
32 lines
767 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
@import 'mediawiki.mixins.less';
|
|
|
|
// stylelint-disable selector-max-id
|
|
|
|
// .menu
|
|
#mw-mf-page-left {
|
|
ul {
|
|
.toggle-list-item {
|
|
background-color: @background-color-base;
|
|
position: relative; // ensure the logout link in beta can be position absolute
|
|
border-top: @border-width-base @border-style-base @border-color-muted;
|
|
// offset the border for the icon by 1px
|
|
margin-top: -@border-width-base;
|
|
|
|
&:first-child {
|
|
border-top: 0;
|
|
}
|
|
|
|
.toggle-list-item__anchor:hover {
|
|
box-shadow: inset 4px 0 0 0 @box-shadow-color-progressive--focus;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.client-nojs & .skin-minerva-list-item-jsonly {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// stylelint-enable selector-max-id
|