Also adds @size-tooltip and @background-color-inverted to mediawiki.skin.defaults.less. Bug: T308520 Bug: T340456 Bug: T349793 Bug: T364306 Bug: T366129 Bug: T366541 Bug: T366861 Bug: T367098 Bug: T367100 Bug: T367101 Change-Id: Ie06bf3e15e55272f0ebecfebe4baa9564fa804df
1 line
628 B
CSS
1 line
628 B
CSS
.cdx-menu{background-color:var(--background-color-base, #fff);display:flex;flex-direction:column;position:absolute;left:0;z-index:50;box-sizing:border-box;width:100%;border:1px solid var(--border-color-base, #a2a9b1);border-radius:2px;box-shadow:0 2px 2px rgba(0,0,0,.2)}.cdx-menu__progress-bar.cdx-progress-bar{position:absolute;top:0}.cdx-menu__listbox{margin:0;padding:0;overflow-y:auto}.cdx-menu--has-footer .cdx-menu-item:last-of-type{position:absolute;bottom:0;box-sizing:border-box;width:100%}.cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type){border-top:1px solid var(--border-color-subtle, #c8ccd1)}
|