Remove default a and a:visited color normalizations.

Inclusion of these normalizations can result in unwanted or
unexpected consequences. This is because `a:visited` has a
specificity of 0,0,1,1. Therefore, the pseudo-class has to be
included in every author link-style with a lower specificity.

This is not expected behaviour when building up link styles from
the browser defaults. Very little is lost by removing the link
color normalization.
This commit is contained in:
Nicolas Gallagher 2011-10-25 00:07:03 +01:00
parent 6d085d7e52
commit 26f9a3f065

10
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css 2011-09-22T17:42 UTC - http://github.com/necolas/normalize.css */
/*! normalize.css 2011-10-24T11:29 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
@ -95,14 +95,6 @@ textarea {
Links
========================================================================== */
a {
color: #00e;
}
a:visited {
color: #551a8b;
}
/*
* Addresses outline displayed oddly in Chrome
*/