mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user