diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-10-28 13:26:45 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-10-28 13:26:45 -0400 |
commit | bf8dd9d3c87fd15ac4732ad3b4325012f41d783e (patch) | |
tree | f83da6b274ffc8ebb3e9cf67eb74d154d7e2983e /web/sass-files/sass/partials/_post.scss | |
parent | c6f3361d3caf671ca64b798d5ac9eca97c387f9e (diff) | |
parent | c86df0f0c6c79c98238e8a1a84cb9fab5a69a635 (diff) | |
download | chat-bf8dd9d3c87fd15ac4732ad3b4325012f41d783e.tar.gz chat-bf8dd9d3c87fd15ac4732ad3b4325012f41d783e.tar.bz2 chat-bf8dd9d3c87fd15ac4732ad3b4325012f41d783e.zip |
Merge pull request #1216 from mattermost/revert-1170-PLT-395
Revert "PLT-395: Add syntax highlighting to Markdown code blocks"
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 3fac1fed9..f5fc1631f 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -466,22 +466,6 @@ body.ios { white-space: nowrap; cursor: pointer; } - .post-body--code { - font-size: .97em; - position:relative; - .post-body--code__language { - position: absolute; - right: 0; - background: #fff; - cursor: default; - padding: 0.3em 0.5em 0.1em; - border-bottom-left-radius: 4px; - @include opacity(.3); - } - code { - white-space: pre; - } - } } .create-reply-form-wrap { width: 100%; |