⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245976 in webkit


Ignore:
Timestamp:
May 31, 2019, 12:05:51 PM (7 years ago)
Author:
Devin Rousso
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.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r245914 r245976  
     12019-05-31  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: Timelines: CPU: gray (?) and (x) should be white
     4        https://bugs.webkit.org/show_bug.cgi?id=198394
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * UserInterface/Views/Variables.css:
     9        (@media (prefers-color-scheme: dark)):
     10        Remove the dark mode override for `--gray-foreground-color`, as the default `white` is a
     11        better contrast.
     12
    1132019-05-30  Devin Rousso  <drousso@apple.com>
    214
  • trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css

    r244951 r245976  
    230230
    231231        --gray-background-color: hsl(0, 0%, 50%);
    232         --gray-foreground-color: hsl(0, 0%, 33%);
    233232
    234233        --link-text-color: var(--text-color-secondary);
Note: See TracChangeset for help on using the changeset viewer.