[ticket/12580] Remove :link pseudo from a tag

removed the :link pseudo from a tag as due to specificity it prevents
classes from altering any properties set to it.

PHPBB3-12580
This commit is contained in:
hanakin 2014-05-23 15:46:39 +02:00
parent a2cd9c2464
commit 9a130e31a2

View file

@ -250,7 +250,7 @@ p.post-notice.reported:before, p.post-notice.error:before {
Colours and backgrounds for links.css Colours and backgrounds for links.css
-------------------------------------------------------------- */ -------------------------------------------------------------- */
a:link { color: #105289; } a { color: #105289; }
a:visited { color: #105289; } a:visited { color: #105289; }
a:hover { color: #D31141; } a:hover { color: #D31141; }
a:active { color: #368AD2; } a:active { color: #368AD2; }