summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 10:45:57 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 10:45:57 -0800
commitbeffcc0a3cafc700fdce98e794396cab371638c2 (patch)
tree85b2d11e3365c8619975048772c965fc33832790 /web/sass-files
parent62d7c926519247e17dfe980172ec3f9ef7671274 (diff)
parent0967a131a152e056c1cb971f895b2d1f8df4d0ed (diff)
downloadchat-beffcc0a3cafc700fdce98e794396cab371638c2.tar.gz
chat-beffcc0a3cafc700fdce98e794396cab371638c2.tar.bz2
chat-beffcc0a3cafc700fdce98e794396cab371638c2.zip
Merge pull request #201 from hmhealey/mm1539
MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 98b17120d..df565d763 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -319,6 +319,12 @@ body.ios {
max-width: 100%;
@include legacy-pie-clearfix;
}
+ &.active-thread__content {
+ // this still needs a final style applied to it
+ & .post-body {
+ font-weight: bold;
+ }
+ }
}
.post-image__columns {
@include legacy-pie-clearfix;