mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
Show bookmark colours on mobile
This commit is contained in:
parent
57dc8ed9f6
commit
f0eede077d
@ -1,3 +1,4 @@
|
||||
@import "common/foundation/variables";
|
||||
|
||||
.topic-post {
|
||||
border-top: 1px solid #ddd;
|
||||
@ -75,9 +76,11 @@ button {
|
||||
}
|
||||
}
|
||||
&.last-read {
|
||||
color: $red;
|
||||
}
|
||||
&.bookmarked {
|
||||
&:before {
|
||||
color: $bookmarkColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user