Bug 33713

Summary: Web Inspector: BreakpointsSidebarPane breakpoint file:line style broken
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, commit-queue, joepeck, keishi, pfeldman, pmuellr, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Use pointer cursor and remove unused CSS rules
pfeldman: review-
[PATCH] Get back the LI text highlighting on hover none

Description Alexander Pavlov (apavlov) 2010-01-15 04:12:12 PST
Changeset http://trac.webkit.org/changeset/50881 broke the style of breakpoint locations in the sidebar pane (the inspector.css rule ".breakpoint-list a" is no longer effective).
Comment 1 Alexander Pavlov (apavlov) 2010-01-15 04:56:33 PST
Created attachment 46672 [details]
[PATCH] Use pointer cursor and remove unused CSS rules
Comment 2 Pavel Feldman 2010-01-15 06:41:29 PST
Comment on attachment 46672 [details]
[PATCH] Use pointer cursor and remove unused CSS rules

> -.breakpoint-list a:hover {
> -    color: rgb(15%, 15%, 15%);
> -}

So you are saying it anyways does not work. Should we try restoring it instead of removing?
Comment 3 Alexander Pavlov (apavlov) 2010-01-15 07:04:55 PST
Created attachment 46677 [details]
[PATCH] Get back the LI text highlighting on hover
Comment 4 WebKit Commit Bot 2010-01-15 12:20:38 PST
Comment on attachment 46677 [details]
[PATCH] Get back the LI text highlighting on hover

Clearing flags on attachment: 46677

Committed r53338: <http://trac.webkit.org/changeset/53338>
Comment 5 WebKit Commit Bot 2010-01-15 12:20:45 PST
All reviewed patches have been landed.  Closing bug.