Merge "Remove specificity hack for mw.notification"

This commit is contained in:
jenkins-bot 2017-04-10 16:06:13 +00:00 committed by Gerrit Code Review
commit 53903aba59
1 changed files with 25 additions and 29 deletions

View File

@ -2,9 +2,6 @@
/* mediawiki.notification */
// This wrapper element is needed to ensure these rules have larger CSS
// selector specificity than default styles
body {
.mw-notification-area {
font-size: 0.8em;
}
@ -31,4 +28,3 @@ body {
border-color: #f00; /* red */
box-shadow: 0 2px 10px 0 rgba( 0, 0, 0, 0.125 ), 0 0 0.75em rgba( 255, 0, 0, 0.25 ) inset;
}
}