Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/237671
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo
refs/changes/71/237671/1
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: newchange
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]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits