WebKit Bugzilla
Attachment 371354 Details for
Bug 198546
: Web Inspector: Dark Mode: inactive tab bar tint is too light
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
198546.diff (text/plain), 1.18 KB, created by
Devin Rousso
on 2019-06-04 17:19:14 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-04 17:19:14 PDT
Size:
1.18 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 9cae2b1ed20..034567c177d 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-04 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: Dark Mode: inactive tab bar tint is too light >+ https://bugs.webkit.org/show_bug.cgi?id=198546 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/TabBar.css: >+ (@media (prefers-color-scheme: dark)): >+ > 2019-06-03 Devin Rousso <drousso@apple.com> > > Web Inspector: remove RemoteObject.prototype.getPropertyDescriptorsAsObject >diff --git a/Source/WebInspectorUI/UserInterface/Views/TabBar.css b/Source/WebInspectorUI/UserInterface/Views/TabBar.css >index 473fdef850b..3a938e606be 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/TabBar.css >+++ b/Source/WebInspectorUI/UserInterface/Views/TabBar.css >@@ -374,7 +374,7 @@ body.window-inactive .tab-bar.animating.closing-tab > .item.selected { > > .tab-bar > .item { > background-image: none; >- background-color: hsl(0, 0%, 17%); >+ background-color: hsl(0, 0%, 10%); > } > > .tab-bar > .item > .title {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198546
: 371354 |
371372