Merge "Update jquery.uls to d122f37"

This commit is contained in:
jenkins-bot
2018-01-30 11:45:06 +00:00
committed by Gerrit Code Review
17 changed files with 421 additions and 349 deletions

View File

@@ -0,0 +1,6 @@
/* stylelint-disable selector-max-id */
#pt-uls a.uls-trigger {
// Use same padding-left as #pt-userpage
padding-left: 20px;
}

View File

@@ -13,12 +13,16 @@
*/
.uls-trigger {
background: transparent no-repeat scroll left center;
.background-image-svg( '../../lib/jquery.uls/images/icon-language.svg', '../../lib/jquery.uls/images/icon-language.png' );
padding-left: 30px;
.background-image-svg( '../../lib/jquery.uls/images/language.svg', '../../lib/jquery.uls/images/language.png' );
// Let the SVG image fit without cropping or stretch
background-size: contain;
padding-left: 24px;
}
#pt-uls a.uls-trigger {
padding-left: 30px;
padding-left: 24px;
// Let the SVG image fit without cropping or stretch
background-size: contain;
/* Fix alignment in vector: https://phabricator.wikimedia.org/T61239 */
line-height: 1;
}