[Webkit-unassigned] [Bug 131500] Web Inspector: Breakpoint in gutter has clipped / broken border image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 10 11:43:11 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131500





--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org>  2014-04-10 11:43:30 PST ---
More accurately the CSS is:

    .text-editor > .CodeMirror .has-breakpoint .CodeMirror-linenumber::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: -7px;
        content: "";
        z-index: -2;
        border-image-source: -webkit-image-set(url(../Images/BreakpointInactive.png) 1x, url(../Images/BreakpointInactive at 2x.png) 2x);
        border-image-slice: 3 7 3 3 fill;
        border-width: 3px 7px 3px 3px;
    }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list