Esanders has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382731 )

Change subject: Remove unnecessary 'ease' value
......................................................................

Remove unnecessary 'ease' value

'ease' in the default transition value.

Change-Id: I72e46c183fec0c75c37e2ae0f9de14fcdf237a2e
---
M modules/dashboard/styles/ext.cx.lists.common.less
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/31/382731/1

diff --git a/modules/dashboard/styles/ext.cx.lists.common.less 
b/modules/dashboard/styles/ext.cx.lists.common.less
index ff9b325..bc17c73 100644
--- a/modules/dashboard/styles/ext.cx.lists.common.less
+++ b/modules/dashboard/styles/ext.cx.lists.common.less
@@ -9,7 +9,7 @@
        border-top: 1px solid @colorGray12;
        padding: 16px;
        cursor: pointer;
-       transition: background-colour 100ms, border-color 100ms, transform 1s 
ease, opacity 1s ease;
+       transition: background-colour 100ms, border-color 100ms, transform 1s, 
opacity 1s;
 
        &:hover {
                background-color: #eff3fb;

-- 
To view, visit https://gerrit.wikimedia.org/r/382731
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72e46c183fec0c75c37e2ae0f9de14fcdf237a2e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
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