From 0a60fb1772371f2ab32d6f302e23d299d56cbbfb Mon Sep 17 00:00:00 2001 From: Joren Van Hee Date: Wed, 20 Mar 2013 16:03:16 +0000 Subject: [PATCH] Prevent inheriting from a:visited --- beautons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beautons.css b/beautons.css index ee529ba..eef8311 100644 --- a/beautons.css +++ b/beautons.css @@ -76,7 +76,8 @@ .btn, .btn:hover, .btn:active, - .btn:focus{ + .btn:focus, + .btn:visited{ text-decoration:none; /* [10] */ color:#fff; /* [11] */ }