Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0d3847719a5308c4152846b7eeeaa4fa3d4adf3e
https://github.com/WebKit/WebKit/commit/0d3847719a5308c4152846b7eeeaa4fa3d4adf3e
Author: Razvan Caliman <[email protected]>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/DetailsSection.css
Log Message:
-----------
Web Inspector: Regression [r258503@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes