mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Show bookmark colours on mobile
This commit is contained in:
parent
57dc8ed9f6
commit
f0eede077d
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue