Title: [245976] trunk/Source/WebInspectorUI
Revision
245976
Author
drou...@apple.com
Date
2019-05-31 12:05:51 -0700 (Fri, 31 May 2019)

Log Message

Web Inspector: Timelines: CPU: gray (?) and (x) should be white
https://bugs.webkit.org/show_bug.cgi?id=198394

Reviewed by Joseph Pecoraro.

* UserInterface/Views/Variables.css:
(@media (prefers-color-scheme: dark)):
Remove the dark mode override for `--gray-foreground-color`, as the default `white` is a
better contrast.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (245975 => 245976)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-05-31 18:56:36 UTC (rev 245975)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-05-31 19:05:51 UTC (rev 245976)
@@ -1,3 +1,15 @@
+2019-05-31  Devin Rousso  <drou...@apple.com>
+
+        Web Inspector: Timelines: CPU: gray (?) and (x) should be white
+        https://bugs.webkit.org/show_bug.cgi?id=198394
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Views/Variables.css:
+        (@media (prefers-color-scheme: dark)):
+        Remove the dark mode override for `--gray-foreground-color`, as the default `white` is a
+        better contrast.
+
 2019-05-30  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: Audit: there should be a default test for WebInspectorAudit.Resources functionality

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css (245975 => 245976)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css	2019-05-31 18:56:36 UTC (rev 245975)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css	2019-05-31 19:05:51 UTC (rev 245976)
@@ -229,7 +229,6 @@
         --background-color-code: hsl(0, 0%, 21%);
 
         --gray-background-color: hsl(0, 0%, 50%);
-        --gray-foreground-color: hsl(0, 0%, 33%);
 
         --link-text-color: var(--text-color-secondary);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to