mediawiki-skins-MinervaNeue/resources/skins.minerva.amc.styles/pageactions.less
Jon Robson 952789bc17 Switch Minerva button template to use Codex and remove mw-ui-button
- Removes 'mw-ui-icon-with-label-desktop' as that is now the default behavior for icon only buttons in Minerva
- Removes icon flushing classes, use codex mixins instead

80 Visual changes relating to minor icon/button subpixel changes in the heading, edit section links, and page actions

Bug: T319260
Change-Id: I503b643d33e43196483af4b5f9dd312237322ac8
2023-08-24 15:57:01 -05:00

24 lines
557 B
Plaintext

@import '../../minerva.less/minerva.variables.less';
.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;
}
}
}
/* stylelint-disable-next-line selector-max-id */
#page-actions-overflow-toggle .minerva-icon {
transform: rotate( 90deg );
}
.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;
}