Merge "Fix collapsible item behaviour"

This commit is contained in:
jenkins-bot 2021-07-14 00:04:05 +00:00 committed by Gerrit Code Review
commit e750b8212e
1 changed files with 6 additions and 6 deletions

View File

@ -45,12 +45,6 @@
&:hover {
background-color: @background-color-secondary;
}
}
a {
display: block;
color: #000;
text-decoration: none;
&.user-links-collapsible-item {
@media ( min-width: @width-breakpoint-tablet ) {
@ -58,6 +52,12 @@
}
}
}
a {
display: block;
color: #000;
text-decoration: none;
}
}
// Copied from https://github.com/wikimedia/Vector/blob/master/resources/common/components/MenuDropdown.less#L88