[webkit-changes] [WebKit/WebKit] 402445: Attachment: Add missing border-radius to the trans...

Gerald Squelart noreply at github.com
Thu Feb 29 02:07:40 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 402445a10ad812d13d6d8b17b001636894e086f0
      https://github.com/WebKit/WebKit/commit/402445a10ad812d13d6d8b17b001636894e086f0
  Author: Gerald Squelart <g_squelart at apple.com>
  Date:   2024-02-29 (Thu, 29 Feb 2024)

  Changed paths:
    M Source/WebCore/html/shadow/attachmentElementShadow.css

  Log Message:
  -----------
  Attachment: Add missing border-radius to the transparent-color div
https://bugs.webkit.org/show_bug.cgi?id=270254
rdar://123670303

Reviewed by Tim Nguyen.

Without this border-radius, the div extends to the full rectangle, so its
transparent color may be visible against some email background colors.

Note: I don't want to clip from the top element, in case some other/future
issue could one day clip important information (mainly the title).

* Source/WebCore/html/shadow/attachmentElementShadow.css:
(div#attachment-background):

Canonical link: https://commits.webkit.org/275484@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list