KartikMistry has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/338515 )
Change subject: stylelint: Fix spacing around parentheses and remove an extra
semicolon
......................................................................
stylelint: Fix spacing around parentheses and remove an extra semicolon
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(-)
Approvals:
jenkins-bot: Verified
Nikerabbit: Looks good to me, approved
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: merged
Gerrit-Change-Id: Id800a25a93d0d9cb57cd23159ca1ef8236dc397c
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Pginer <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits