Title: [202138] trunk/Source/WebInspectorUI
Revision
202138
Author
[email protected]
Date
2016-06-16 14:35:48 -0700 (Thu, 16 Jun 2016)

Log Message

REGRESSION (r201538): Web Inspector: Border over Allocations Views is too thick
https://bugs.webkit.org/show_bug.cgi?id=158846

Patch by Joseph Pecoraro <[email protected]> on 2016-06-16
Reviewed by Timothy Hatcher.

* UserInterface/Views/HeapAllocationsTimelineView.css:
(.timeline-view.heap-allocations > .content-view-container > .content-view): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (202137 => 202138)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-06-16 20:41:51 UTC (rev 202137)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-06-16 21:35:48 UTC (rev 202138)
@@ -1,3 +1,13 @@
+2016-06-16  Joseph Pecoraro  <[email protected]>
+
+        REGRESSION (r201538): Web Inspector: Border over Allocations Views is too thick
+        https://bugs.webkit.org/show_bug.cgi?id=158846
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/HeapAllocationsTimelineView.css:
+        (.timeline-view.heap-allocations > .content-view-container > .content-view): Deleted.
+
 2016-06-16  Matt Baker  <[email protected]>
 
         Unreviewed build fix.

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.css (202137 => 202138)


--- trunk/Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.css	2016-06-16 20:41:51 UTC (rev 202137)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.css	2016-06-16 21:35:48 UTC (rev 202138)
@@ -46,7 +46,3 @@
     left: 0;
     right: 0;
 }
-
-.timeline-view.heap-allocations > .content-view-container > .content-view {
-    border-top: 1px solid var(--border-color);
-}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to