Update jquery.uls to d122f37
* Do not group search results by region * Replace ULS trigger icon with monochromatic one * Custom no-results message support * Upgrade jquery in the example to 3.2.1 * Use .siblings to locate the suggestions, clear elements for efficiency * Removing assigned ids to elements that are not guaranteed to be unique * Use eslint and stylelint, fix all errors Update the language icon in ext.uls.pt module with new monochromatic one Also use custom style for monobook skin. Bug: T182539 Bug: T175769 Change-Id: I7341064cd0de367d933048c4800f951568747d11
This commit is contained in:
6
resources/css/ext.uls.pt-monobook.less
Normal file
6
resources/css/ext.uls.pt-monobook.less
Normal 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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user