Update jquery.ime from upstream
Resolves an RTL issue in the IME selector.
Updating to
db91278db3
Bug: T164474
Change-Id: Ief78ff773d6c289c707f2b0b99d1759a6885f9c5
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg');
|
background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg');
|
||||||
background-color: rgba(255,255,255,0.75);
|
background-color: rgba(255,255,255,0.75);
|
||||||
background-position: left 3px center;
|
background-position: left 3px center;
|
||||||
background-position-x: 3px;
|
|
||||||
height: 15px;
|
height: 15px;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
padding: 2px 2px 1px 20px;
|
padding: 2px 2px 1px 20px;
|
||||||
@@ -168,13 +167,11 @@ span.ime-disable-shortcut {
|
|||||||
|
|
||||||
.imeselector-menu .ime-checked {
|
.imeselector-menu .ime-checked {
|
||||||
/* @embed */
|
/* @embed */
|
||||||
background: url(../images/tick.png) no-repeat left center;
|
background: url(../images/tick.png) no-repeat left 4px center;
|
||||||
/* @embed */
|
/* @embed */
|
||||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/tick.svg');
|
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/tick.svg');
|
||||||
/* @embed */
|
/* @embed */
|
||||||
background-image: linear-gradient(transparent, transparent), url('../images/tick.svg');
|
background-image: linear-gradient(transparent, transparent), url('../images/tick.svg');
|
||||||
background-position: left 4px center;
|
|
||||||
background-position-x: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.imeselector-menu .ime-help-link {
|
.imeselector-menu .ime-help-link {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/*! jquery.ime - v0.1.0+20170504
|
/*! jquery.ime - v0.1.0+20170509
|
||||||
* https://github.com/wikimedia/jquery.ime
|
* https://github.com/wikimedia/jquery.ime
|
||||||
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
|
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user