Update jquery.ime and jquery.uls from upstream

jquery.ime
* Fix z-index for ime-open class and remove from imeselector-menu
Updating to
1f6c9d0165

jquery.uls
* Update language-data, add Efik (efi)
Updating to
62bcddbd8f

Change-Id: I9e68adb7085812b74c2d97a324c7fd6ac4dffc10
This commit is contained in:
Amir E. Aharoni
2022-04-13 10:59:44 +03:00
parent 9fc25cc862
commit f3b0aeced0
7 changed files with 53 additions and 10 deletions

View File

@@ -91,7 +91,6 @@ span.ime-disable-shortcut {
position: absolute;
top: 14px;
right: 0;
z-index: 1000;
display: none;
float: left;
margin-top: 13px;
@@ -206,7 +205,7 @@ span.ime-disable-shortcut {
}
.ime-open {
*z-index: 1000;
z-index: 1000;
display: block;
}

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20220307
/*! jquery.ime - v0.2.0+20220413
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2022 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {