Merge "NotificationBadgeWidget: Fix appearance of bottom buttons for OOUI changes"

This commit is contained in:
jenkins-bot 2017-03-02 06:19:48 +00:00 committed by Gerrit Code Review
commit db1a5181dc
2 changed files with 3 additions and 8 deletions

View file

@ -13,6 +13,9 @@
"descriptionmsg": "echo-desc",
"license-name": "MIT",
"type": "specialpage",
"requires": {
"MediaWiki": ">= 1.29.0"
},
"callback": "EchoHooks::registerExtension",
"APIMetaModules": {
"notifications": "ApiEchoNotifications",

View file

@ -83,14 +83,6 @@
margin: 0;
border: 0;
padding: 0.5em;
.oo-ui-iconElement-icon {
// HACK: these are absolutely positioned in OOUI, and our line-height: 4em;
// rule breaks that.
// FIXME: We should really use a different widget here
position: static;
opacity: @opacity-mid;
}
}
}
}