From e214aae719c10953c4c3a7949c9bd02d6983b045 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 14 Mar 2016 22:35:57 +0500 Subject: PLT-963 - Improving scss structure --- web/react/components/file_attachment.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/react/components/file_attachment.jsx') diff --git a/web/react/components/file_attachment.jsx b/web/react/components/file_attachment.jsx index 8abcac8c3..383529212 100644 --- a/web/react/components/file_attachment.jsx +++ b/web/react/components/file_attachment.jsx @@ -49,8 +49,8 @@ class FileAttachment extends React.Component { if (name in self.refs) { var imgDiv = ReactDOM.findDOMNode(self.refs[name]); - $(imgDiv).removeClass('post__load'); - $(imgDiv).addClass('post__image'); + $(imgDiv).removeClass('post-image__load'); + $(imgDiv).addClass('post-image'); var width = this.width || $(this).width(); var height = this.height || $(this).height(); @@ -134,7 +134,7 @@ class FileAttachment extends React.Component { thumbnail = (
); -- cgit v1.2.3-1-g7c22