[Webkit-unassigned] [Bug 115510] Disabled textarea with transparent background-color does not render certain grey tones (foreground color) correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 15:49:03 PDT 2022


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

--- Comment #5 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Chrome has following in UA Stylesheet for disabled:

textarea:disabled {
  border-color: rgba(118, 118, 118, 0.3);

and

textarea:disabled {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(#545454, #aaaaaa);

-- 
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/20220930/5cbbdaab/attachment.htm>


More information about the webkit-unassigned mailing list