Title: [236358] trunk/Source/WebInspectorUI
Revision
236358
Author
nvasil...@apple.com
Date
2018-09-21 14:04:56 -0700 (Fri, 21 Sep 2018)

Log Message

REGRESSION(r236237): Web Inspector: DarkMode: white background in Elements and Timelines
https://bugs.webkit.org/show_bug.cgi?id=189852

Reviewed by Joseph Pecoraro.

* UserInterface/Views/Main.css:
(body):
(#main):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (236357 => 236358)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-09-21 20:32:09 UTC (rev 236357)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-09-21 21:04:56 UTC (rev 236358)
@@ -1,3 +1,14 @@
+2018-09-21  Nikita Vasilyev  <nvasil...@apple.com>
+
+        REGRESSION(r236237): Web Inspector: DarkMode: white background in Elements and Timelines
+        https://bugs.webkit.org/show_bug.cgi?id=189852
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Views/Main.css:
+        (body):
+        (#main):
+
 2018-09-21  Brian Burg  <bb...@apple.com>
 
         Web Inspector: remove unnecessary WI.Platform.version checks

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Main.css (236357 => 236358)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Main.css	2018-09-21 20:32:09 UTC (rev 236357)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Main.css	2018-09-21 21:04:56 UTC (rev 236358)
@@ -49,7 +49,7 @@
 
     -webkit-font-smoothing: subpixel-antialiased;
 
-    background-color: white;
+    background-color: var(--background-color-content);
 }
 
 body.docked.bottom {
@@ -133,7 +133,7 @@
     display: flex;
     flex-direction: column;
 
-    background-color: white;
+    background-color: var(--background-color-content);
 
     /* The position and z-index are needed to make negative z-index work in the DOM tree. */
     z-index: 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to