From: James D. Forrester Date: Tue, 12 Apr 2016 22:58:39 +0000 (-0700) Subject: OOjs UI: Apply texfield -> textfield typo fix on the library build X-Git-Tag: 1.31.0-rc.0~7305^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=da73854e1b4af1cd557793fb8088cdf2ac74190a;p=lhc%2Fweb%2Fwiklou.git OOjs UI: Apply texfield -> textfield typo fix on the library build Broken in I7212e07, this was fixed in I7922121 which will be part of OOjs UI v0.16.6 in a couple of weeks' time. For now, let's apply it as a local patch to unbreak the Search form. Also, whoops. Change-Id: Ie882ae6ee823d6cbcfc899e336c1170ef6f9f092 --- diff --git a/resources/lib/oojs-ui/oojs-ui-core-apex.css b/resources/lib/oojs-ui/oojs-ui-core-apex.css index 1d13c69140..1accc2a5f4 100644 --- a/resources/lib/oojs-ui/oojs-ui-core-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-core-apex.css @@ -798,7 +798,7 @@ overflow: auto; } .oo-ui-textInputWidget [type="search"] { - -webkit-appearance: texfield; + -webkit-appearance: textfield; } .oo-ui-textInputWidget [type="search"]::-ms-clear { display: none; diff --git a/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css b/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css index 074c1b2e9f..431a9e4074 100644 --- a/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css +++ b/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css @@ -1040,7 +1040,7 @@ overflow: auto; } .oo-ui-textInputWidget [type="search"] { - -webkit-appearance: texfield; + -webkit-appearance: textfield; } .oo-ui-textInputWidget [type="search"]::-ms-clear { display: none;