mediawiki.ui: Suppress default webkit-appearance of buttons from iOS
authorkaldari <rkaldari@wikimedia.org>
Wed, 30 Apr 2014 18:06:58 +0000 (11:06 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 30 Apr 2014 20:39:30 +0000 (20:39 +0000)
commit705fe27c3efc3991149e60a1f2201054ab361a0d
treec457d53a2d548ce4ecf60c1c6c5c7498a7b0df65
parent5c2f1dc5c099d1e98f720ad35b6ae77aaef3620a
mediawiki.ui: Suppress default webkit-appearance of buttons from iOS

On iOS, buttons made with <input type="submit"> (<button> is not affected)
have a native webkit-appearance that, unlike the desktop equivalent, is
not removed when properties like display, border and background are set.

It remains applied causing it to render awkwardly. Manually reset this
property to remove the default styling.

Bug: 64264
Change-Id: I65525e79503937fd42d4df01a1ce63936f4f92e4
resources/src/mediawiki.ui/components/default/buttons.less