[webkit-changes] [WebKit/WebKit] 0d3847: Web Inspector: Regression [r258503 at main] Computed ...

Razvan Caliman - Apple noreply at github.com
Mon Jan 9 08:52:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d3847719a5308c4152846b7eeeaa4fa3d4adf3e
      https://github.com/WebKit/WebKit/commit/0d3847719a5308c4152846b7eeeaa4fa3d4adf3e
  Author: Razvan Caliman <rcaliman at apple.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/DetailsSection.css

  Log Message:
  -----------
  Web Inspector: Regression [r258503 at main] Computed style sections have yellow background
https://bugs.webkit.org/show_bug.cgi?id=250204

Reviewed by Patrick Angle.

Keep a very specific selector for detail section rows
that have a warning child element to avoid marking
other types of rows with a yellow background color.

* Source/WebInspectorUI/UserInterface/Views/DetailsSection.css:
(.details-section > .content > .group > .row:is(.simple, .font-variation):has(.warning)):
(.details-section > .content > .group > .row:is(.simple, .font-variation) > .warning):
(.details-section > .content > .group > .row:has(.warning)): Deleted.
(.details-section > .content > .group > .row > .warning): Deleted.

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




More information about the webkit-changes mailing list