Title: [230372] trunk/Source/WebInspectorUI
Revision
230372
Author
nvasil...@apple.com
Date
2018-04-07 18:33:03 -0700 (Sat, 07 Apr 2018)

Log Message

Web Inspector: Errors glyph doesn't fully change to blue when active
https://bugs.webkit.org/show_bug.cgi?id=184389

Reviewed by Joseph Pecoraro.

The dot of the exclamation mark was always black.

* UserInterface/Images/Errors.svg:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (230371 => 230372)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-04-07 20:31:35 UTC (rev 230371)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-04-08 01:33:03 UTC (rev 230372)
@@ -1,3 +1,14 @@
+2018-04-07  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Errors glyph doesn't fully change to blue when active
+        https://bugs.webkit.org/show_bug.cgi?id=184389
+
+        Reviewed by Joseph Pecoraro.
+
+        The dot of the exclamation mark was always black.
+
+        * UserInterface/Images/Errors.svg:
+
 2018-04-03  Aaron Chu  <aaron_...@apple.com>
 
         AX: Add Experimental setting for Accessibility Audit

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/Errors.svg (230371 => 230372)


--- trunk/Source/WebInspectorUI/UserInterface/Images/Errors.svg	2018-04-07 20:31:35 UTC (rev 230371)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Errors.svg	2018-04-08 01:33:03 UTC (rev 230372)
@@ -3,5 +3,5 @@
 <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
     <path fill="none" stroke="currentColor" 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="currentColor" stroke-linecap="square" d="M 8.5 5.5 L 8.5 9.5"/>
-    <rect x="8" y="11" width="1" height="1"/>
+    <rect fill="currentColor" x="8" y="11" width="1" height="1"/>
 </svg>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to