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

Changeset 246120 in webkit


Ignore:
Timestamp:
Jun 5, 2019, 11:29:34 AM (7 years ago)
Author:
Devin Rousso
Message:

Web Inspector: Dark Mode: inactive tab bar tint is too light
https://bugs.webkit.org/show_bug.cgi?id=198546

Reviewed by Joseph Pecoraro.

  • UserInterface/Views/TabBar.css:

(@media (prefers-color-scheme: dark)):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r246046 r246120  
     12019-06-05  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: Dark Mode: inactive tab bar tint is too light
     4        https://bugs.webkit.org/show_bug.cgi?id=198546
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * UserInterface/Views/TabBar.css:
     9        (@media (prefers-color-scheme: dark)):
     10
    1112019-06-03  Devin Rousso  <drousso@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css

    r239760 r246120  
    375375    .tab-bar > .item {
    376376        background-image: none;
    377         background-color: hsl(0, 0%, 17%);
     377        background-color: hsl(0, 0%, 10%);
    378378    }
    379379
Note: See TracChangeset for help on using the changeset viewer.