mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Merge "NotificationBadgeWidget: Fix appearance of bottom buttons for OOUI changes"
This commit is contained in:
commit
db1a5181dc
|
@ -13,6 +13,9 @@
|
|||
"descriptionmsg": "echo-desc",
|
||||
"license-name": "MIT",
|
||||
"type": "specialpage",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.29.0"
|
||||
},
|
||||
"callback": "EchoHooks::registerExtension",
|
||||
"APIMetaModules": {
|
||||
"notifications": "ApiEchoNotifications",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue