Title: [201538] trunk/Source/WebInspectorUI
Revision
201538
Author
[email protected]
Date
2016-05-31 17:26:57 -0700 (Tue, 31 May 2016)

Log Message

Web Inspector: Snapshot List scroll bar occludes border of containing view in top-right
https://bugs.webkit.org/show_bug.cgi?id=158219
<rdar://problem/26545018>

Reviewed by Timothy Hatcher.

* UserInterface/Views/TimelineDataGrid.css:
(.data-grid.timeline th): Deleted.
* UserInterface/Views/TimelineRecordingContentView.css:
(.content-view.timeline-recording > .content-browser > .navigation-bar):
Make the border line span across the whole navigation bar, not just its table cells.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (201537 => 201538)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-05-31 23:28:59 UTC (rev 201537)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-06-01 00:26:57 UTC (rev 201538)
@@ -1,3 +1,17 @@
+2016-05-31  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Snapshot List scroll bar occludes border of containing view in top-right
+        https://bugs.webkit.org/show_bug.cgi?id=158219
+        <rdar://problem/26545018>
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/TimelineDataGrid.css:
+        (.data-grid.timeline th): Deleted.
+        * UserInterface/Views/TimelineRecordingContentView.css:
+        (.content-view.timeline-recording > .content-browser > .navigation-bar):
+        Make the border line span across the whole navigation bar, not just its table cells.
+
 2016-05-30  Brian Burg  <[email protected]>
 
         Web Inspector: Timelines: "-0.000ms" in Self Time

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css (201537 => 201538)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css	2016-05-31 23:28:59 UTC (rev 201537)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css	2016-06-01 00:26:57 UTC (rev 201538)
@@ -23,10 +23,6 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-.data-grid.timeline th {
-    border-top: 1px solid var(--border-color);
-}
-
 .tree-outline.timeline-data-grid .item:hover {
     color: white;
     border-radius: 4px;

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css (201537 => 201538)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css	2016-05-31 23:28:59 UTC (rev 201537)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css	2016-06-01 00:26:57 UTC (rev 201538)
@@ -50,7 +50,7 @@
 
 .content-view.timeline-recording > .content-browser > .navigation-bar {
     background-color: var(--panel-background-color);
-    border-bottom: none;
+    border-bottom: 1px solid var(--border-color);
 }
 
 .content-view.timeline-recording > .content-browser > .navigation-bar > .item.scope-bar.default-item-selected > .multiple {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to