Changeset 241857 in webkit


Ignore:
Timestamp:
Feb 20, 2019 6:45:24 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: RTL: Scripts Timeline loading indicator has incorrect margins
https://bugs.webkit.org/show_bug.cgi?id=194882

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2019-02-20
Reviewed by Matt Baker.

  • UserInterface/Views/TimelineRecordingContentView.css:

(.content-view.timeline-recording > .content-browser .recording-progress > .status > .indeterminate-progress-spinner):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r241841 r241857  
     12019-02-20  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: RTL: Scripts Timeline loading indicator has incorrect margins
     4        https://bugs.webkit.org/show_bug.cgi?id=194882
     5
     6        Reviewed by Matt Baker.
     7
     8        * UserInterface/Views/TimelineRecordingContentView.css:
     9        (.content-view.timeline-recording > .content-browser .recording-progress > .status > .indeterminate-progress-spinner):
     10
    1112019-02-20  Andy Estes  <aestes@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css

    r241757 r241857  
    8484    display: inline-block;
    8585    margin-top: -1px;
    86     margin-left: 8px;
     86    -webkit-margin-start: 8px;
    8787    vertical-align: middle;
    8888}
Note: See TracChangeset for help on using the changeset viewer.