[Webkit-unassigned] [Bug 54643] CSS color gets adjusted for disabled input elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 01:00:04 PST 2023


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

Tim Nguyen (:ntim) <ntim at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntim at apple.com

--- Comment #20 from Tim Nguyen (:ntim) <ntim at apple.com> ---
I think we should just remove RenderTheme::disabledTextColor() and related code, and add an html.css rule:

input:disabled, textarea:disabled {
  color: /* pick color that looks the most similar to what we have now */;
}

-- 
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/20230209/a0658879/attachment.htm>


More information about the webkit-unassigned mailing list