OOjs UI: Apply texfield -> textfield typo fix on the library build
authorJames D. Forrester <jforrester@wikimedia.org>
Tue, 12 Apr 2016 22:58:39 +0000 (15:58 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Tue, 12 Apr 2016 22:58:44 +0000 (15:58 -0700)
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

resources/lib/oojs-ui/oojs-ui-core-apex.css
resources/lib/oojs-ui/oojs-ui-core-mediawiki.css

index 1d13c69..1accc2a 100644 (file)
        overflow: auto;
 }
 .oo-ui-textInputWidget [type="search"] {
-       -webkit-appearance: texfield;
+       -webkit-appearance: textfield;
 }
 .oo-ui-textInputWidget [type="search"]::-ms-clear {
        display: none;
index 074c1b2..431a9e4 100644 (file)
        overflow: auto;
 }
 .oo-ui-textInputWidget [type="search"] {
-       -webkit-appearance: texfield;
+       -webkit-appearance: textfield;
 }
 .oo-ui-textInputWidget [type="search"]::-ms-clear {
        display: none;