Changeset 200918 in webkit
- Timestamp:
- May 14, 2016, 7:59:55 AM (9 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r200888 r200918 1 2016-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 1 11 2016-05-13 Simon Fraser <simon.fraser@apple.com> 2 12 -
trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css
r200790 r200918 123 123 } 124 124 125 .data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div { 126 height: 16px; 127 } 128 125 129 .data-grid:not(.variable-height-rows) table.data.odd-first-zebra-stripe { 126 130 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.