Remove unused style

// FREEBIE
This commit is contained in:
lilia 2016-05-25 20:35:56 -07:00
parent 3217f2c0b6
commit 0d47a04815
2 changed files with 0 additions and 20 deletions

View file

@ -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 {

View file

@ -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 {