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

Change subject: stylelint: Fix spaces and extra semi-colon issues
......................................................................

stylelint: Fix spaces and extra semi-colon issues

Change-Id: Id800a25a93d0d9cb57cd23159ca1ef8236dc397c
---
M modules/tools/styles/ext.cx.tools.link.less
M modules/tools/styles/ext.cx.tools.template.less
2 files changed, 4 insertions(+), 4 deletions(-)


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

diff --git a/modules/tools/styles/ext.cx.tools.link.less 
b/modules/tools/styles/ext.cx.tools.link.less
index b2386a8..738d7c8 100644
--- a/modules/tools/styles/ext.cx.tools.link.less
+++ b/modules/tools/styles/ext.cx.tools.link.less
@@ -16,7 +16,7 @@
                .mw-ui-item;
                padding: 0;
 
-               &:nth-of-type(1) {
+               &:nth-of-type( 1 ) {
                        position: absolute;
                        top: 0;
                        left: 0;
@@ -24,12 +24,12 @@
                        transition: top 0.15s;
 
                        // On mouse over of first card, push the second card a 
bit down.
-                       &:hover + .card:nth-of-type(2) {
+                       &:hover + .card:nth-of-type( 2 ) {
                                top: 60px;
                        }
                }
 
-               &:nth-of-type(2) {
+               &:nth-of-type( 2 ) {
                        position: relative;
                        top: 30px;
                        transition: top 0.3s;
diff --git a/modules/tools/styles/ext.cx.tools.template.less 
b/modules/tools/styles/ext.cx.tools.template.less
index cb910a3..b3809b9 100644
--- a/modules/tools/styles/ext.cx.tools.template.less
+++ b/modules/tools/styles/ext.cx.tools.template.less
@@ -31,5 +31,5 @@
        a[about] {
                // Disable all links that are template fragments.
                pointer-events: none;
-       };
+       }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id800a25a93d0d9cb57cd23159ca1ef8236dc397c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <kartik.mis...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to