Title: [231782] trunk/Source/WebInspectorUI
Revision
231782
Author
nvasil...@apple.com
Date
2018-05-14 18:52:26 -0700 (Mon, 14 May 2018)

Log Message

Web Inspector: Canvas: Remove unused --value-visual-highlight CSS variable
https://bugs.webkit.org/show_bug.cgi?id=185636

Reviewed by Matt Baker.

* UserInterface/Views/Variables.css:
(:root):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (231781 => 231782)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-05-15 01:44:26 UTC (rev 231781)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-05-15 01:52:26 UTC (rev 231782)
@@ -1,3 +1,13 @@
+2018-05-14  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Canvas: Remove unused --value-visual-highlight CSS variable
+        https://bugs.webkit.org/show_bug.cgi?id=185636
+
+        Reviewed by Matt Baker.
+
+        * UserInterface/Views/Variables.css:
+        (:root):
+
 2018-05-14  Devin Rousso  <web...@devinrousso.com>
 
         Web Inspector: Canvas tab: don't automatically select a recording when viewing a canvas

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css (231781 => 231782)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css	2018-05-15 01:44:26 UTC (rev 231781)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css	2018-05-15 01:52:26 UTC (rev 231782)
@@ -67,7 +67,6 @@
     --error-text-color: hsl(0, 86%, 47%);
 
     --value-changed-highlight: hsla(83, 100%, 48%, 0.4);
-    --value-visual-highlight: hsla(60, 100%, 50%, 0.4);
 
     --breakpoint-fill-color: hsl(212, 45%, 54%);
     --breakpoint-stroke-color: hsl(212, 45%, 48%);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to