Closed Bug 344604 Opened 18 years ago Closed 5 years ago

:hover color too close to :visited color

Categories

(Bugzilla :: User Interface, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: dbaron, Unassigned)

Details

During bug triage meetings, I often get confused because the following two colors in skins/standard/global.css are too close to each other:

219     :visited {
220         color: #636;
221     }
222 
223     :link:hover, :visited:hover {
224         color: #333;
225     }

When I'm looking at a list of query results and opening each one in tabs, I see the links turn :visited, but sometimes confuse hovering over one of them with it turning visited because #636 and #333 are too close to each other, move the mouse away to skip a link that I think I've already clicked on, and then realize I was only seeing the hover color.

The :link:hover, :visited:hover color should be farther away from the :link and :visited colors (or not specified at all) so that it can't be confused with being one of those two states.

We have deployed a new skin in Bug 1558494.

Status: NEW → RESOLVED
Closed: 5 years ago
Depends on: 1558494
Resolution: --- → FIXED

I mean, Bug 1377977.

Depends on: bmo-jedi-theme
No longer depends on: 1558494

Nah, I think this had already been solved in the Sandstone skin.

No longer depends on: bmo-jedi-theme
You need to log in before you can comment on or make changes to this bug.