jenkins-bot has submitted this change and it was merged.
Change subject: Use body color (gray) for <em>s in bundle headers
......................................................................
Use body color (gray) for <em>s in bundle headers
Bundles only have a header, no body, so when we include excerpts
in bundle headers, we wrap them in <em> tags. This change
makes these excerpts the same color as the excerpts in the
non-bundled case.
Bug: T139960
Bug: T141034
Change-Id: I6a14274b42ba672ab1366c0dd106ea0847db6404
---
M modules/styles/mw.echo.ui.NotificationItemWidget.less
1 file changed, 7 insertions(+), 0 deletions(-)
Approvals:
Sbisson: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/styles/mw.echo.ui.NotificationItemWidget.less
b/modules/styles/mw.echo.ui.NotificationItemWidget.less
index 25e0ba1..5b44965 100644
--- a/modules/styles/mw.echo.ui.NotificationItemWidget.less
+++ b/modules/styles/mw.echo.ui.NotificationItemWidget.less
@@ -143,6 +143,13 @@
&-wrapper {
position: relative;
}
+
+ // Bundled notifications don't
have bodies, only headers,
+ // so they use <em> to
designate excerpts. Use the body color
+ // for these.
+ em {
+ color:
@notification-body-color;
+ }
}
}
--
To view, visit https://gerrit.wikimedia.org/r/300685
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6a14274b42ba672ab1366c0dd106ea0847db6404
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Sbisson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits