mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:52:46 +08:00
FIX: Bookmark icon was not coloured on mobile
This commit is contained in:
parent
8e7e43a2d0
commit
87b4615eee
|
@ -76,23 +76,10 @@ nav.post-controls {
|
|||
}
|
||||
&.has-like {color: $love;}
|
||||
|
||||
.read-icon {
|
||||
&:before {
|
||||
font-family: "FontAwesome";
|
||||
content: "\f02e";
|
||||
}
|
||||
&.unseen {
|
||||
&:before {
|
||||
content: "\f097";
|
||||
}
|
||||
}
|
||||
&.bookmarked {
|
||||
&:before {
|
||||
color: $tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button.like-count {
|
||||
font-size: 1em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user