FIX: Bookmark icon was not coloured on mobile
This commit is contained in:
parent
8e7e43a2d0
commit
87b4615eee
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue