mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
be0b43042e
Converts all Less variable names from CamelCase to snake-case per the MediaWiki coding conventions. Removes the following unused Less variables, mostly related to icons, since those were converted to Codex: - @icon-touch-area-sm - @icon-touch-area-md - @min-size-icon (replaced with @size-icon-medium) - @icon-glyph-size-sm - @icon-size-sm - @icon-padding-sm - @icon-glyph-size-md - @icon-size-md - @margin-icon-md-labelled Bug: T350581 Change-Id: I1b16e77942d9bea20dcc5636a63d64aa2325a173
24 lines
561 B
Plaintext
24 lines
561 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-medium;
|
|
border-radius: @border-radius-base;
|
|
}
|