mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 10:27:31 +00:00
d926771bd8
Additional change: * The animation stylesheet pulled down for the storybook instance in dev-scripts/setup-storybook.sh is no longer referenced anywhere in assets so can be removed. Bug: T306486 Bug: T308351 Bug: T308360 Change-Id: Ia9f2a05cde2724486f7e449261c5d4875388f5ab
23 lines
480 B
Plaintext
23 lines
480 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
.minerva--history-page-action-enabled {
|
|
.page-actions-menu__list-item {
|
|
flex-basis: auto;
|
|
// When AMC is enabled, space all items equally.
|
|
&:first-child {
|
|
flex-grow: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.page-actions-overflow-list {
|
|
// The top of the menu is flush with the bottom of the page actions toolbar.
|
|
top: 100%;
|
|
right: -@icon-padding-md;
|
|
border-radius: @border-radius-base;
|
|
}
|
|
|
|
.mw-ui-icon-minerva-ellipsis:before {
|
|
transform: rotate( 90deg );
|
|
}
|