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
|
|
|
|
2023-08-09 21:49:19 +00:00
|
|
|
/* stylelint-disable-next-line selector-max-id */
|
|
|
|
#page-actions-overflow-toggle .minerva-icon {
|
|
|
|
transform: rotate( 90deg );
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|