diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 8a3ca7e2..18818bc8 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -359,16 +359,6 @@ li.entry .error-icon-container { background: none; &:before { content: '...'; } } - .error .status { - position: relative; - display: inline-block; - width: 18px; - height: 18px; - opacity: 1 !important; - background: url('/images/error_red.png') center no-repeat; - cursor: pointer; - -webkit-mask: none; - } .incoming { .avatar, .bubble { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index a8e5fac5..31b9af4f 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -984,16 +984,6 @@ li.entry .error-icon-container { .message-container .pending .status:before, .message-list .pending .status:before { content: '...'; } - .message-container .error .status, - .message-list .error .status { - position: relative; - display: inline-block; - width: 18px; - height: 18px; - opacity: 1 !important; - background: url("/images/error_red.png") center no-repeat; - cursor: pointer; - -webkit-mask: none; } .message-container .incoming .avatar, .message-container .incoming .bubble, .message-list .incoming .avatar, .message-list .incoming .bubble {