Title: [172302] branches/safari-600.1-branch/Source/WebInspectorUI

Diff

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172301 => 172302)


--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-07 23:08:38 UTC (rev 172301)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-07 23:08:59 UTC (rev 172302)
@@ -1,5 +1,19 @@
 2014-08-07  Dana Burkart <[email protected]>
 
+        Merge r172289
+
+    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  Dana Burkart <[email protected]>
+
         Merge r172285
 
     2014-08-07  Joseph Pecoraro  <[email protected]>

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Images/ErrorsEnabled.svg (172301 => 172302)


--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Images/ErrorsEnabled.svg	2014-08-07 23:08:38 UTC (rev 172301)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Images/ErrorsEnabled.svg	2014-08-07 23:08:59 UTC (rev 172302)
@@ -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: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Images/IssuesEnabled.svg (172301 => 172302)


--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Images/IssuesEnabled.svg	2014-08-07 23:08:38 UTC (rev 172301)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Images/IssuesEnabled.svg	2014-08-07 23:08:59 UTC (rev 172302)
@@ -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