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
(cherry picked from commit fbd05031fc8eb01627ac0697d373e4abb37abb28)
---
M modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: 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 ae628c6..33e3949 100644
--- a/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
+++ b/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less
@@ -25,7 +25,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/237671
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: wmf/1.26wmf22
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Esanders <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to