Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

#11410 closed enhancement (fixed)

Highlight row on hover-over in repository browser

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.0.2
Component: version control Version:
Severity: normal Keywords: css highlight hover
Cc: Jun Omae Branch:
Release Notes:

Highlight row on hover in the repository browser, diff (changeset) and wiki numbered code block views.

API Changes:
Internal Changes:

Description

It would be useful to have the row under the mouse highlighted in the repository browser, changeset and wiki code blocks.

The proposed change uses the hover color that is used elsewhere in Trac: #eed. This was difficult to see against the red and green background in the changeset view, so I opted to switch to a white background for that case. I'm not sure I like that the color changes from grey to white while hovering-over different parts of the changset. Maybe someone will have a better idea, such as just using a different color for hover in the changeset view.

Proposed changes in log:rjollos.git:t11410.

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 10 years ago

Cc: Jun Omae added

My suggestions in [f43534ce/jomae.git].

  • Use a bit dark color, #ddc, instead of white background.
  • Added background-color: #bb9 for ins and del elements in changeset view, for example, r12343.
  • Removed !important. It seems to be not needed.

comment:2 by Ryan J Ollos, 10 years ago

Milestone: next-stable-1.0.x1.0.2
Release Notes: modified (diff)
Resolution: fixed
Status: newclosed

Thanks, Jun. Committed to 1.0-stable in [12354]; merged to trunk in [12355].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.