Mholloway has uploaded a new change for review.

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

Change subject: Add 1px right margin to external link style
......................................................................

Add 1px right margin to external link style

The external link icon looked uncomfortably close to the following
character in the unusual situation in which the following character
was a quotation mark or something other than a period.  This gives it
just a bit more breathing room.

Bug: T121002
Change-Id: Ib907368fda77df044fe6a1e17870a7c0c2542f8e
---
M components/externalLinks.less
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/54/260954/1

diff --git a/components/externalLinks.less b/components/externalLinks.less
index 4cf8f0a..286b27a 100644
--- a/components/externalLinks.less
+++ b/components/externalLinks.less
@@ -6,5 +6,6 @@
                background-repeat: no-repeat;
                .background-image-svg('images/external-link-ltr-icon.svg', 
'images/external-link-ltr-icon.png');
                padding-right: 13px;
+               margin-right: 1px;
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib907368fda77df044fe6a1e17870a7c0c2542f8e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Mholloway <mhollo...@wikimedia.org>

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

Reply via email to