Title: [248495] trunk/Source/WebInspectorUI
Revision
248495
Author
pecor...@apple.com
Date
2019-08-09 20:19:52 -0700 (Fri, 09 Aug 2019)

Log Message

Web Inspector: Node details sidebar sections have unclear delineation in Dark Mode
https://bugs.webkit.org/show_bug.cgi?id=200603
<rdar://problem/54146925>

Reviewed by Devin Rousso.

* UserInterface/Views/DetailsSection.css:
(@media (prefers-color-scheme: dark)):
(.details-section .details-section,):
Give a details section header a different color than a normal sidebar header.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (248494 => 248495)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-08-10 01:20:22 UTC (rev 248494)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-08-10 03:19:52 UTC (rev 248495)
@@ -1,3 +1,16 @@
+2019-08-09  Joseph Pecoraro  <pecor...@apple.com>
+
+        Web Inspector: Node details sidebar sections have unclear delineation in Dark Mode
+        https://bugs.webkit.org/show_bug.cgi?id=200603
+        <rdar://problem/54146925>
+
+        Reviewed by Devin Rousso.
+
+        * UserInterface/Views/DetailsSection.css:
+        (@media (prefers-color-scheme: dark)):
+        (.details-section .details-section,):
+        Give a details section header a different color than a normal sidebar header.
+
 2019-08-09  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: REGRESSION(r248480): Sources: the Pause Reason section takes the entire vertical space when there are few breakpoints/resources

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css (248494 => 248495)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css	2019-08-10 01:20:22 UTC (rev 248494)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css	2019-08-10 03:19:52 UTC (rev 248495)
@@ -294,9 +294,8 @@
     }
 
     .details-section .details-section,
-    .details-section .details-section > .header,
-    .details-section.computed-style-properties:not(.collapsed) > .header{
-        background-color: var(--background-color);
+    .details-section .details-section > .header {
+        background-color: var(--background-color-content);
     }
 
     .details-section .details-section:not(.collapsed) > .header {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to