[wp-meta] [Making WordPress.org] #46: Links in Trac should have :visited styles
Making WordPress.org
noreply at wordpress.org
Sun Jul 28 22:39:09 UTC 2013
#46: Links in Trac should have :visited styles
------------------------+------------------
Reporter: westonruter | Owner:
Type: enhancement | Status: new
Priority: normal | Component: Trac
Keywords: has-patch |
------------------------+------------------
It is not helpful that links with both unvisited and visited states have
the same color:
{{{
/* =Link Colors */
a:link,
a:visited,
dt em,
.milestone .info h2 em,
#content.build h2.config :link,
#content.build h2.config :visited,
.report div.reports h3 em {
color: #21759b;
}
}}}
http://wordpress.org/style/trac/wp-trac.css?12
I suggest we add a separate color for :visited, just as has been done for
:hover:
{{{
a:visited {
color: black;
}
}}}
--
Ticket URL: <http://meta.trac.wordpress.org/ticket/46>
Making WordPress.org <http://meta.trac.wordpress.org/>
WordPress blogging software
More information about the wp-meta
mailing list