Skip to content

Commit

Permalink
Prevent inheriting from a:visited
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenvanhee committed Mar 20, 2013
1 parent 54bb561 commit 0a60fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beautons.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
.btn,
.btn:hover,
.btn:active,
.btn:focus{
.btn:focus,
.btn:visited{
text-decoration:none; /* [10] */
color:#fff; /* [11] */
}
Expand Down

0 comments on commit 0a60fb1

Please sign in to comment.