mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
952789bc17
- 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
24 lines
557 B
Plaintext
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;
|
|
}
|