[Webkit-unassigned] [Bug 29309] New: new icon needed for Watch Expressions delete button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 16 13:33:47 PDT 2009


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

           Summary: new icon needed for Watch Expressions delete button
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pmuellr at yahoo.com
                CC: timothy at hatcher.name, aroben at apple.com,
                    kmccullough at apple.com


Created an attachment (id=39659)
 --> (https://bugs.webkit.org/attachment.cgi?id=39659)
image showing icon

Attached is an image with an orange arrow pointing to the horrifying red delete
icons used in the Watch Expressions pane.  I'm to blame; I just reused an
existing icon.  

My opinions: on the plus side, the size is perfect - I think about as big as
you can get them to fit on these lines with the current font used.  On the
minus side, too red, and the X-ish-ness isn't all that apparent.  Complete
guess that perhaps a grey or more subdued red with a single / instead of the x,
would look better.  The single / might stand out more than the two strokes
required for the X.

Here's the current CSS used in inspector.css for the icon:

/* FIXME: need a better icon (comment in bug 27514) */
.section .properties .delete-button {
    width: 10px;
    height: 10px;
    background-image: url(Images/errorIcon.png);
    background-position: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none transparent;
}

-- 
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