Changeset 200918 in webkit


Ignore:
Timestamp:
May 14, 2016, 7:59:55 AM (9 years ago)
Author:
Nikita Vasilyev
Message:

Web Inspector: Empty line shows arrow when hovering over Animation Frame Requested in timeline recording
https://bugs.webkit.org/show_bug.cgi?id=157707

Reviewed by Timothy Hatcher.

  • UserInterface/Views/DataGrid.css:

(.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r200888 r200918  
     12016-05-14  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        Web Inspector: Empty line shows arrow when hovering over Animation Frame Requested in timeline recording
     4        https://bugs.webkit.org/show_bug.cgi?id=157707
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/Views/DataGrid.css:
     9        (.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div):
     10
    1112016-05-13  Simon Fraser  <simon.fraser@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css

    r200790 r200918  
    123123}
    124124
     125.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div {
     126    height: 16px;
     127}
     128
    125129.data-grid:not(.variable-height-rows) table.data.odd-first-zebra-stripe {
    126130    background-image: linear-gradient(to bottom, var(--odd-zebra-stripe-row-background-color), var(--odd-zebra-stripe-row-background-color) 50%, var(--even-zebra-stripe-row-background-color) 50%, var(--even-zebra-stripe-row-background-color));
Note: See TracChangeset for help on using the changeset viewer.