Update jquery.ime from upstream

* Add Burkina Faso keyboard.
* Change CSS `none` values to `0`.

Updating to
002df3b65b

Change-Id: I1d918f1b3d54b1ab7d4c490283d53cd42c5070c9
This commit is contained in:
Amir E. Aharoni
2022-02-14 17:48:09 +02:00
parent fd0a16d01a
commit ee6b42c844
3 changed files with 60 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
.imeselector:hover {
box-shadow: 0 1px 3px 0 #565656;
border-top: none;
border-top: 0;
background-color: rgba( 255, 255, 255, 0.85 );
}
@@ -29,7 +29,7 @@
.ime-disable {
cursor: pointer;
text-decoration: none;
outline: none;
outline: 0;
color: #222;
line-height: 1em;
padding-top: 4px;
@@ -192,7 +192,7 @@ span.ime-disable-shortcut {
padding-left: 20px;
padding-right: 20px;
font-weight: normal;
outline: none;
outline: 0;
white-space: nowrap;
position: relative;
}