Title: [246120] trunk/Source/WebInspectorUI
- Revision
- 246120
- Author
- [email protected]
- Date
- 2019-06-05 11:29:34 -0700 (Wed, 05 Jun 2019)
Log 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)):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (246119 => 246120)
--- trunk/Source/WebInspectorUI/ChangeLog 2019-06-05 18:23:49 UTC (rev 246119)
+++ trunk/Source/WebInspectorUI/ChangeLog 2019-06-05 18:29:34 UTC (rev 246120)
@@ -1,3 +1,13 @@
+2019-06-05 Devin Rousso <[email protected]>
+
+ 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)):
+
2019-06-03 Devin Rousso <[email protected]>
Web Inspector: remove RemoteObject.prototype.getPropertyDescriptorsAsObject
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css (246119 => 246120)
--- trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css 2019-06-05 18:23:49 UTC (rev 246119)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css 2019-06-05 18:29:34 UTC (rev 246120)
@@ -374,7 +374,7 @@
.tab-bar > .item {
background-image: none;
- background-color: hsl(0, 0%, 17%);
+ background-color: hsl(0, 0%, 10%);
}
.tab-bar > .item > .title {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes