summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-16 15:25:28 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-21 11:56:19 -0400
commit25b2e75dc664bfb80470713331c33c88e726dcf5 (patch)
tree80f5cfaaf35589f255c8a4ea6e4fa83791c40a99 /web/sass-files
parente32aee8977bf99b0f5ca446cb028b04c25e2b918 (diff)
downloadchat-25b2e75dc664bfb80470713331c33c88e726dcf5.tar.gz
chat-25b2e75dc664bfb80470713331c33c88e726dcf5.tar.bz2
chat-25b2e75dc664bfb80470713331c33c88e726dcf5.zip
Added function to reply to earlier messages by prefixing a message with carets
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 481ed63a5..87c7a427c 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -322,6 +322,10 @@ body.ios {
max-width: 100%;
@include legacy-pie-clearfix;
}
+ &.active-thread__content {
+ // HARRISON remove me
+ color: blue;
+ }
}
.post-image__columns {
@include legacy-pie-clearfix;
@@ -437,4 +441,4 @@ body.ios {
width: 40px;
}
}
-} \ No newline at end of file
+}