FIX: Bookmark icon was not coloured on mobile

This commit is contained in:
Robin Ward 2017-09-10 14:14:52 -04:00
parent 8e7e43a2d0
commit 87b4615eee
1 changed files with 2 additions and 15 deletions

View File

@ -76,21 +76,8 @@ nav.post-controls {
}
&.has-like {color: $love;}
.read-icon {
&:before {
font-family: "FontAwesome";
content: "\f02e";
}
&.unseen {
&:before {
content: "\f097";
}
}
&.bookmarked {
&:before {
color: $tertiary;
}
}
&.bookmarked {
color: $tertiary;
}
}