mediawiki-skins-MinervaNeue/resources/skins.minerva.amc.styles/pageactions.less
Ed Sanders d926771bd8 Remove deprecated vendor prefixes and their mixins
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
2022-05-23 23:18:43 +00:00

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 );
}