Closed
Bug 1124626
Opened 10 years ago
Closed 10 years ago
Highlight the comment that was linked
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rik, Assigned: dkl)
Details
Attachments
(1 file)
450 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
When you link to the last comment of a bug, the browser can sometime not position it at the top of the window. In this case, it's cumbersome to find which comment was linked. Our theme should highlight it.
Something as simple as this is already useful I believe:
:target {
outline: 4px solid white;
}
Assignee | ||
Comment 1•10 years ago
|
||
Sweet! Thanks for the tip.
Comment on attachment 8553274 [details] [diff] [review]
1124626_1.patch
Review of attachment 8553274 [details] [diff] [review]:
-----------------------------------------------------------------
r=glob, but let's do this for all skins, not just sandstone.
move it to skins/custom/show_bug.css on commit
Attachment #8553274 -
Flags: review?(glob) → review+
Assignee | ||
Comment 3•10 years ago
|
||
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
c8447e9..80ae328 master -> master
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•