Title: [286985] trunk/Source/WebInspectorUI
Revision
286985
Author
drou...@apple.com
Date
2021-12-13 14:51:23 -0800 (Mon, 13 Dec 2021)

Log Message

Web Inspector: remove coloring of Web Inspector area in dock icons
https://bugs.webkit.org/show_bug.cgi?id=234262

Reviewed by Patrick Angle.

It looks too strong/bold and draws way too much attention. It also doesn't match the styling
of other nearby icons.

* UserInterface/Images/DockBottom.svg:
* UserInterface/Images/DockLeft.svg:
* UserInterface/Images/DockRight.svg:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (286984 => 286985)


--- trunk/Source/WebInspectorUI/ChangeLog	2021-12-13 22:50:09 UTC (rev 286984)
+++ trunk/Source/WebInspectorUI/ChangeLog	2021-12-13 22:51:23 UTC (rev 286985)
@@ -1,3 +1,17 @@
+2021-12-13  Devin Rousso  <drou...@apple.com>
+
+        Web Inspector: remove coloring of Web Inspector area in dock icons
+        https://bugs.webkit.org/show_bug.cgi?id=234262
+
+        Reviewed by Patrick Angle.
+
+        It looks too strong/bold and draws way too much attention. It also doesn't match the styling
+        of other nearby icons.
+
+        * UserInterface/Images/DockBottom.svg:
+        * UserInterface/Images/DockLeft.svg:
+        * UserInterface/Images/DockRight.svg:
+
 2021-12-13  Elliott Williams  <e...@apple.com>
 
         Deployment target for macOS 11+ does not follow minor version bumps

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/DockBottom.svg (286984 => 286985)


--- trunk/Source/WebInspectorUI/UserInterface/Images/DockBottom.svg	2021-12-13 22:50:09 UTC (rev 286984)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/DockBottom.svg	2021-12-13 22:51:23 UTC (rev 286985)
@@ -2,5 +2,5 @@
 <!-- Copyright © 2021 Apple Inc. All rights reserved. -->
 <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
     <rect fill="none" stroke="currentColor" x="0.5" y="1.5" width="15" height="9"/>
-    <rect fill="currentColor" stroke="currentColor" x="0.5" y="10.5" width="15" height="4"/>
+    <rect fill="none" stroke="currentColor" x="0.5" y="10.5" width="15" height="4"/>
 </svg>

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/DockLeft.svg (286984 => 286985)


--- trunk/Source/WebInspectorUI/UserInterface/Images/DockLeft.svg	2021-12-13 22:50:09 UTC (rev 286984)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/DockLeft.svg	2021-12-13 22:51:23 UTC (rev 286985)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Copyright © 2021 Apple Inc. All rights reserved. -->
 <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
-    <rect fill="currentColor" stroke="currentColor" x="0.5" y="1.5" width="4" height="13"/>
+    <rect fill="none" stroke="currentColor" x="0.5" y="1.5" width="4" height="13"/>
     <rect fill="none" stroke="currentColor" x="4.5" y="1.5" width="11" height="13"/>
 </svg>

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/DockRight.svg (286984 => 286985)


--- trunk/Source/WebInspectorUI/UserInterface/Images/DockRight.svg	2021-12-13 22:50:09 UTC (rev 286984)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/DockRight.svg	2021-12-13 22:51:23 UTC (rev 286985)
@@ -2,5 +2,5 @@
 <!-- Copyright © 2021 Apple Inc. All rights reserved. -->
 <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
     <rect fill="none" stroke="currentColor" x="0.5" y="1.5" width="11" height="13"/>
-    <rect fill="currentColor" stroke="currentColor" x="11.5" y="1.5" width="4" height="13"/>
+    <rect fill="none" stroke="currentColor" x="11.5" y="1.5" width="4" height="13"/>
 </svg>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to