Title: [204571] trunk/Source/WebInspectorUI
Revision
204571
Author
[email protected]
Date
2016-08-17 14:20:59 -0700 (Wed, 17 Aug 2016)

Log Message

Web Inspector: Select elements in DOM hierarchy are misaligned
https://bugs.webkit.org/show_bug.cgi?id=160885

Patch by Devin Rousso <[email protected]> on 2016-08-17
Reviewed by Timothy Hatcher.

* UserInterface/Views/HierarchicalPathComponent.css:
(.hierarchical-path-component > select):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (204570 => 204571)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-08-17 21:00:45 UTC (rev 204570)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-08-17 21:20:59 UTC (rev 204571)
@@ -1,5 +1,15 @@
 2016-08-17  Devin Rousso  <[email protected]>
 
+        Web Inspector: Select elements in DOM hierarchy are misaligned
+        https://bugs.webkit.org/show_bug.cgi?id=160885
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/HierarchicalPathComponent.css:
+        (.hierarchical-path-component > select):
+
+2016-08-17  Devin Rousso  <[email protected]>
+
         Web Inspector: rapid updates to status icons in Visual Styles sidebar causes flicker
         https://bugs.webkit.org/show_bug.cgi?id=160887
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.css (204570 => 204571)


--- trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.css	2016-08-17 21:00:45 UTC (rev 204570)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.css	2016-08-17 21:20:59 UTC (rev 204571)
@@ -97,7 +97,7 @@
  /* Positioned so the text in the menu aligns with the text in .title. */
     position: absolute;
     top: -1px;
-    left: 10px;
+    left: 13px;
     right: 0;
     bottom: 0;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to