Changeset 201538 in webkit


Ignore:
Timestamp:
May 31, 2016 5:26:57 PM (8 years ago)
Author:
Nikita Vasilyev
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.

Location:
trunk/Source/WebInspectorUI
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r201503 r201538  
     12016-05-31  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        Web Inspector: Snapshot List scroll bar occludes border of containing view in top-right
     4        https://bugs.webkit.org/show_bug.cgi?id=158219
     5        <rdar://problem/26545018>
     6
     7        Reviewed by Timothy Hatcher.
     8
     9        * UserInterface/Views/TimelineDataGrid.css:
     10        (.data-grid.timeline th): Deleted.
     11        * UserInterface/Views/TimelineRecordingContentView.css:
     12        (.content-view.timeline-recording > .content-browser > .navigation-bar):
     13        Make the border line span across the whole navigation bar, not just its table cells.
     14
    1152016-05-30  Brian Burg  <bburg@apple.com>
    216
  • trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css

    r196713 r201538  
    2424 */
    2525
    26 .data-grid.timeline th {
    27     border-top: 1px solid var(--border-color);
    28 }
    29 
    3026.tree-outline.timeline-data-grid .item:hover {
    3127    color: white;
  • trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css

    r200573 r201538  
    5151.content-view.timeline-recording > .content-browser > .navigation-bar {
    5252    background-color: var(--panel-background-color);
    53     border-bottom: none;
     53    border-bottom: 1px solid var(--border-color);
    5454}
    5555
Note: See TracChangeset for help on using the changeset viewer.