[Webkit-unassigned] [Bug 224746] font-size property doesn't apply to file upload button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 13:29:22 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224746

--- Comment #1 from Aditya Keerthi <akeerthi at apple.com> ---
Thanks for the report!

I'm also able to reproduce using an <input type=button>.

We've had this behavior for a long time, since the native rounded button style does not support variable sizes. It works when you specify a "background-color", since that drops us out of the native appearance. 

A workaround, if you do not require a native appearance, would be to specify "-webkit-appearance: none".

However, we could probably fix this by transitioning to the native square button style for larger font sizes (as we already do for <button>).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210420/964e0363/attachment.htm>


More information about the webkit-unassigned mailing list