Closed
Bug 344604
Opened 19 years ago
Closed 6 years ago
:hover color too close to :visited color
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
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.
Comment 1•19 years ago
|
||
See also bug 317432.
Comment 2•6 years ago
|
||
We have deployed a new skin in Bug 1558494.
Comment 4•6 years ago
|
||
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.
Description
•