⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 201540 in webkit


Ignore:
Timestamp:
May 31, 2016, 5:31:13 PM (10 years ago)
Author:
Nikita Vasilyev
Message:

Web Inspector: Storage DataGrids have a half-pixel transparent/white border below the header
https://bugs.webkit.org/show_bug.cgi?id=156699
<rdar://problem/25778260>

Reviewed by Timothy Hatcher.

Increase the width of the border below the DataGrid's header to match the border in the left sidebar.

  • UserInterface/Views/DataGrid.css:

(.data-grid > .header-wrapper):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r201538 r201540  
     12016-05-31  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        Web Inspector: Storage DataGrids have a half-pixel transparent/white border below the header
     4        https://bugs.webkit.org/show_bug.cgi?id=156699
     5        <rdar://problem/25778260>
     6
     7        Reviewed by Timothy Hatcher.
     8
     9        Increase the width of the border below the DataGrid's header to match the border in the left sidebar.
     10
     11        * UserInterface/Views/DataGrid.css:
     12        (.data-grid > .header-wrapper):
     13
    1142016-05-31  Nikita Vasilyev  <nvasilyev@apple.com>
    215
  • trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css

    r201102 r201540  
    6464
    6565.data-grid > .header-wrapper {
    66     border-bottom: 0.5px solid var(--border-color);
     66    border-bottom: 1px solid var(--border-color);
    6767}
    6868
Note: See TracChangeset for help on using the changeset viewer.