Changeset 196689 in webkit


Ignore:
Timestamp:
Feb 16, 2016 11:18:34 PM (8 years ago)
Author:
Nikita Vasilyev
Message:

REGRESSION (r196620): Web Inspector: Selecting last message in the console makes the scrollbar visible
https://bugs.webkit.org/show_bug.cgi?id=154326
<rdar://problem/24692717>

Reviewed by Timothy Hatcher.

  • UserInterface/Views/LogContentView.css:

(.console-item.selected::after):
Make sure the selected message marker (blue vertical line) doesn't
go over the content view.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r196654 r196689  
     12016-02-16  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        REGRESSION (r196620): Web Inspector: Selecting last message in the console makes the scrollbar visible
     4        https://bugs.webkit.org/show_bug.cgi?id=154326
     5        <rdar://problem/24692717>
     6
     7        Reviewed by Timothy Hatcher.
     8
     9        * UserInterface/Views/LogContentView.css:
     10        (.console-item.selected::after):
     11        Make sure the selected message marker (blue vertical line) doesn't
     12        go over the content view.
     13
    1142016-02-16  Joseph Pecoraro  <pecoraro@apple.com>
    215
  • trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.css

    r196620 r196689  
    108108    left: 0;
    109109    top: -1px;
    110     bottom: -1px;
     110    bottom: 0;
    111111    background: hsl(0, 0%, 60%);
    112112    width: 2px;
Note: See TracChangeset for help on using the changeset viewer.