Title: [172289] trunk/Source/WebInspectorUI
Revision
172289
Author
[email protected]
Date
2014-08-07 15:21:25 -0700 (Thu, 07 Aug 2014)

Log Message

Web Inspector: Dashboard error and warning icons should be filled when enabled
https://bugs.webkit.org/show_bug.cgi?id=135725

Reviewed by Joseph Pecoraro.

* UserInterface/Images/ErrorsEnabled.svg:
* UserInterface/Images/IssuesEnabled.svg:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (172288 => 172289)


--- trunk/Source/WebInspectorUI/ChangeLog	2014-08-07 22:20:11 UTC (rev 172288)
+++ trunk/Source/WebInspectorUI/ChangeLog	2014-08-07 22:21:25 UTC (rev 172289)
@@ -1,3 +1,13 @@
+2014-08-07  Timothy Hatcher  <[email protected]>
+
+        Web Inspector: Dashboard error and warning icons should be filled when enabled
+        https://bugs.webkit.org/show_bug.cgi?id=135725
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Images/ErrorsEnabled.svg:
+        * UserInterface/Images/IssuesEnabled.svg:
+
 2014-08-07  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Dashboard contents shift when window changes active state

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/ErrorsEnabled.svg (172288 => 172289)


--- trunk/Source/WebInspectorUI/UserInterface/Images/ErrorsEnabled.svg	2014-08-07 22:20:11 UTC (rev 172288)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/ErrorsEnabled.svg	2014-08-07 22:21:25 UTC (rev 172289)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Copyright © 2014 Apple Inc. All rights reserved. -->
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
-    <path fill="none" stroke="rgb(201, 55, 57)" d="M 11 2.5 L 14.5 6 L 14.5 11 L 11 14.5 L 6 14.5 L 2.5 11 L 2.5 6 L 6 2.5 L 11 2.5 Z "/>
-    <path fill="none" stroke="rgb(201, 55, 57)" stroke-linecap="square" d="M 8.5 5.5 L 8.5 9.5"/>
-    <rect fill="rgb(201, 55, 57)" x="8" y="11" width="1" height="1"/>
+    <path fill="rgb(201, 55, 57)" stroke="rgb(201, 55, 57)" d="M 11 2.5 L 14.5 6 L 14.5 11 L 11 14.5 L 6 14.5 L 2.5 11 L 2.5 6 L 6 2.5 L 11 2.5 Z "/>
+    <path fill="none" stroke="white" stroke-linecap="square" d="M 8.5 5.5 L 8.5 9.5"/>
+    <rect fill="white" x="8" y="11" width="1" height="1"/>
 </svg>

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/IssuesEnabled.svg (172288 => 172289)


--- trunk/Source/WebInspectorUI/UserInterface/Images/IssuesEnabled.svg	2014-08-07 22:20:11 UTC (rev 172288)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/IssuesEnabled.svg	2014-08-07 22:21:25 UTC (rev 172289)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Copyright © 2014 Apple Inc. All rights reserved. -->
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
-    <path fill="none" stroke="rgb(224, 164, 4)" stroke-linejoin="bevel" d="M 8.5 1.5 L 14.5 13.5 L 2.5 13.5 Z"/>
-    <path fill="none" stroke="rgb(224, 164, 4)" stroke-linecap="square" d="M 8.5 5.5 L 8.5 9.5"/>
-    <rect fill="rgb(224, 164, 4)" x="8" y="11" width="1" height="1"/>
+    <path fill="rgb(224, 164, 4)" stroke="rgb(224, 164, 4)" stroke-linejoin="bevel" d="M 8.5 1.5 L 14.5 13.5 L 2.5 13.5 Z"/>
+    <path fill="none" stroke="white" stroke-linecap="square" d="M 8.5 5.5 L 8.5 9.5"/>
+    <rect fill="white" x="8" y="11" width="1" height="1"/>
 </svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to