Bug 33713 - Web Inspector: BreakpointsSidebarPane breakpoint file:line style broken
Summary: Web Inspector: BreakpointsSidebarPane breakpoint file:line style broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-15 04:12 PST by Alexander Pavlov (apavlov)
Modified: 2010-01-15 12:20 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Use pointer cursor and remove unused CSS rules (1.32 KB, patch)
2010-01-15 04:56 PST, Alexander Pavlov (apavlov)
pfeldman: review-
Details | Formatted Diff | Diff
[PATCH] Get back the LI text highlighting on hover (1.29 KB, patch)
2010-01-15 07:04 PST, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.