2023-04-09 13:49:29 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
2019-08-30 17:23:55 +00:00
|
|
|
|
2019-08-22 20:31:31 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-04-29 04:13:55 +00:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2023-03-31 19:50:36 +00:00
|
|
|
.mw-ui-icon-minerva-ellipsis::before {
|
2022-05-16 16:55:54 +00:00
|
|
|
transform: rotate( 90deg );
|
2020-04-29 04:13:55 +00:00
|
|
|
}
|