Changeset 196404 in webkit


Ignore:
Timestamp:
Feb 10, 2016 4:32:18 PM (8 years ago)
Author:
Matt Baker
Message:

Web Inspector: Switching actions in Edit Breakpoint popover causes a jerk
https://bugs.webkit.org/show_bug.cgi?id=154093
<rdar://problem/24597869>

Reviewed by Timothy Hatcher.

Adjusted CodeMirror eval editor styles to match vanilla input field.

  • UserInterface/Views/BreakpointActionView.css:

(.breakpoint-action-eval-editor):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r196362 r196404  
     12016-02-10  Matt Baker  <mattbaker@apple.com>
     2
     3        Web Inspector: Switching actions in Edit Breakpoint popover causes a jerk
     4        https://bugs.webkit.org/show_bug.cgi?id=154093
     5        <rdar://problem/24597869>
     6
     7        Reviewed by Timothy Hatcher.
     8
     9        Adjusted CodeMirror eval editor styles to match vanilla input field.
     10
     11        * UserInterface/Views/BreakpointActionView.css:
     12        (.breakpoint-action-eval-editor):
     13
    1142016-02-09  Joseph Pecoraro  <pecoraro@apple.com>
    215
  • trunk/Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css

    r188650 r196404  
    6969
    7070.breakpoint-action-eval-editor {
    71     padding: 4px 0 2px 0;
     71    margin: 2px 0;
     72    padding: 2px 0 1px 0;
    7273    -webkit-appearance: textfield;
    7374    border: 1px solid hsl(0, 0%, 78%);
Note: See TracChangeset for help on using the changeset viewer.