Merge "Fix casing of dropdown-related less file"

This commit is contained in:
jenkins-bot 2024-03-11 13:41:03 +00:00 committed by Gerrit Code Review
commit df7c22088c
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// A DropDownList is a ToggleList that extends downward.
// A DropdownList is a ToggleList that extends downward.
.toggle-list__list--drop-down {
background: var( --background-color-base );
@ -24,7 +24,7 @@
}
}
// Without the minerva-animations-ready class, DropDownList can appear and
// Without the minerva-animations-ready class, DropdownList can appear and
// perform its exit animation when the page loads in chrome (and possibly
// others).
// https://bugs.chromium.org/p/chromium/issues/detail?id=332189

View file

@ -5,7 +5,7 @@
@import 'tabs.less';
// wgMinervaPersonalMenu
@import '../../includes/Skins/ToggleList/DropDownList.less';
@import '../../includes/Skins/ToggleList/DropdownList.less';
// wgMinervaPersonalMenu
@import '../../resources/skins.minerva.amc.styles/userMenu.less';