Merge "Revert back Minerva icon features not ready for production"

This commit is contained in:
jenkins-bot 2022-10-04 01:07:31 +00:00 committed by Gerrit Code Review
commit 766a3fe767
2 changed files with 30 additions and 0 deletions

View file

@ -193,6 +193,9 @@
"mediawiki.action.history.styles": [
"skinStyles/mediawiki.action.history.styles.less"
],
"+mediawiki.ui.icon": [
"skinStyles/mediawiki.ui.icon.less"
],
"mediawiki.interface.helpers.styles": [
"skinStyles/mediawiki.interface.helpers.styles.less"
],

View file

@ -0,0 +1,27 @@
@import '../minerva.less/minerva.variables.less';
// Temporarily revert back from 44x44 (0.6875em) to 46x46 (0.75em)
.mw-ui-icon-element.mw-ui-button {
padding: 0.75em; // 46x46
}
// Disable desktop touch area special handling.
@media ( min-width: @width-breakpoint-desktop ) {
.mw-ui-icon-element.mw-ui-button {
padding: 0.75em;
}
}
// Revert back to old spacing between text and icon.
.mw-ui-icon + span:not( :empty ) {
margin-left: 8px;
}
.mw-ui-icon-with-label-desktop:before {
margin-right: 8px;
}
// Revert back to old flush left rule.
.mw-ui-icon-small.mw-ui-icon-flush-left {
margin-left: -0.5625em;
}