jenkins-bot has submitted this change and it was merged.
Change subject: Revert CentralNotice banner box-sizing to content-box on mobile
......................................................................
Revert CentralNotice banner box-sizing to content-box on mobile
The CSS for CentralNotice banners is typically the same on desktop
and mobile, and generally uses content-box box-sizing (which is the
default).
Change-Id: I7baf871ae05bedce4ebebadc58a4d57c4f72e39d
---
M less/common/reset.less
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
JGonera: Looks good to me, approved
jenkins-bot: Verified
diff --git a/less/common/reset.less b/less/common/reset.less
index 283971f..431307a 100644
--- a/less/common/reset.less
+++ b/less/common/reset.less
@@ -24,6 +24,10 @@
background: none;
.box-sizing(border-box);
}
+// CentralNotice banners use regular box-sizing
+div#centralNotice {
+ .box-sizing(content-box);
+}
button {
border: none;
background-color: transparent;
--
To view, visit https://gerrit.wikimedia.org/r/140042
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7baf871ae05bedce4ebebadc58a4d57c4f72e39d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits