mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
Merge "Fix casing of dropdown-related less file"
This commit is contained in:
commit
df7c22088c
|
@ -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
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue