Esanders has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/237516

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/16/237516/1

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: newchange
Gerrit-Change-Id: I7922d1ff2306ce880c6c9c011fda7576eea8e183
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

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

Reply via email to