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

View file

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