Title: [193081] branches/safari-601-branch/Source/WebInspectorUI
Revision
193081
Author
[email protected]
Date
2015-12-03 10:44:23 -0800 (Thu, 03 Dec 2015)

Log Message

Merge r188260. rdar://problem/23221163

Modified Paths

Diff

Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (193080 => 193081)


--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-12-03 18:44:18 UTC (rev 193080)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-12-03 18:44:23 UTC (rev 193081)
@@ -1,5 +1,20 @@
 2015-12-02  Timothy Hatcher  <[email protected]>
 
+        Merge r188260. rdar://problem/23221163
+
+    2015-08-11  Devin Rousso  <[email protected]>
+
+            Web Inspector: Hovering over an element in the Elements tab should highlight the whole line
+            https://bugs.webkit.org/show_bug.cgi?id=147855
+
+            Reviewed by Brian Burg.
+
+            * UserInterface/Views/DOMTreeOutline.css:
+            (.dom-tree-outline li.hovered:not(.selected) .selection):
+            Removed the horizontal positioning and border radius.
+
+2015-12-02  Timothy Hatcher  <[email protected]>
+
         Merge r188238. rdar://problem/23221163
 
     2015-08-10  Devin Rousso  <[email protected]>

Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css (193080 => 193081)


--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css	2015-12-03 18:44:18 UTC (rev 193080)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css	2015-12-03 18:44:23 UTC (rev 193081)
@@ -41,11 +41,7 @@
 
 .dom-tree-outline li.hovered:not(.selected) .selection {
     display: block;
-    left: 3px;
-    right: 3px;
-
     background-color: hsla(209, 100%, 49%, 0.1);
-    border-radius: 5px;
 }
 
 .dom-tree-outline li .selection {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to