Finished up follow button

This commit is contained in:
Victoria Wang 2014-10-14 23:27:33 -07:00
parent f2e57193dd
commit 600eefeecf
2 changed files with 12 additions and 3 deletions

View file

@ -693,7 +693,7 @@ a.tag:hover {
display: none;
}
}
#followLink.is-following:hover {
#followLink.is-following.unfollow {
.follow {
display: none;
}