summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-29 00:02:01 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-29 00:02:01 +0500
commit2935e7c1bf7aa02efd395e5877f7073461916677 (patch)
tree38e108cc0386871d8223d3fae2c8b2507ffb5459 /web/sass-files
parente104829dcd7ae8ea0d6ab87f341cf5c5f1b30a41 (diff)
parentccf9e0cabd9fcede118ca54b24adb33c788a7ae9 (diff)
downloadchat-2935e7c1bf7aa02efd395e5877f7073461916677.tar.gz
chat-2935e7c1bf7aa02efd395e5877f7073461916677.tar.bz2
chat-2935e7c1bf7aa02efd395e5877f7073461916677.zip
Merge branch 'master' of https://github.com/mattermost/platform into ui-improvements
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_post.scss16
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%;