jenkins-bot has submitted this change and it was merged.
Change subject: Remove unnecessary calc() from css
......................................................................
Remove unnecessary calc() from css
The expression is evaluated by the LESS compiler.
Change-Id: I7922d1ff2306ce880c6c9c011fda7576eea8e183
---
M modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mattflaschen: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
b/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
index ad214e1..81128dd 100644
--- a/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
+++ b/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
@@ -26,7 +26,7 @@
font-weight: bold;
padding: 1em;
padding-left: 2em;
- width: calc( @notification-popup-width / 2 );
+ width: @notification-popup-width / 2;
box-sizing: border-box;
&:last-child {
--
To view, visit https://gerrit.wikimedia.org/r/237516
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7922d1ff2306ce880c6c9c011fda7576eea8e183
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits