Update jquery.uls and .ime from upstream

jquery.uls:
* Localisation updates.
* Change font-size unit from px to em
  See https://github.com/wikimedia/jquery.uls/pull/408
* Update language-data:
  See https://github.com/wikimedia/jquery.uls/pull/412
* Minor internal JS code cleanup for eslint.
Updating to
fe46a2f7ce

jquery.ime
* In API calls, accept langCodes that have no input methods
  See https://github.com/wikimedia/jquery.ime/pull/460
* Add a layout for the General Alphabet of Cameroon Languages
Updating to
ac21ea1b4a

Change-Id: I2be4ee30f649f6a906e776c37afa0ebdf2dc454f
This commit is contained in:
Amir E. Aharoni
2022-02-08 17:05:09 +02:00
parent 4a08065e8b
commit a682cd3f59
16 changed files with 217 additions and 39 deletions

View File

@@ -76,7 +76,7 @@
/* There are two input boxes. This class applies to both of them */
.uls-filterinput {
font-size: 16px;
font-size: 1.143em;
height: 32px;
width: 100%;
/* For the custom clear (X) icon */

View File

@@ -19,7 +19,7 @@
.uls-lcd-region-title {
color: #555;
font-size: 14px;
font-size: 1em;
padding-left: 28px;
}
@@ -91,7 +91,7 @@
cursor: pointer;
text-decoration: none;
color: #36c;
font-size: 14px;
font-size: 1em;
display: inline-block;
width: 100%;
overflow-x: hidden;
@@ -119,7 +119,7 @@
}
.uls-no-results-found-title {
font-size: 16px;
font-size: 1.143em;
padding: 0 16px 0 28px;
margin: 20px 0;
border-bottom: 0;
@@ -133,7 +133,7 @@
font-size: 0.9em;
width: 100%;
margin-top: 1.6em;
line-height: 1.6em;
line-height: 1.6;
position: absolute;
bottom: 0;
left: 0;

View File

@@ -18,7 +18,7 @@
}
.uls-mobile .uls-language-block a {
font-size: 16px;
font-size: 1.143em;
line-height: 1.7em;
}