Remove unused style
// FREEBIE
This commit is contained in:
parent
3217f2c0b6
commit
0d47a04815
2 changed files with 0 additions and 20 deletions
|
@ -359,16 +359,6 @@ li.entry .error-icon-container {
|
||||||
background: none;
|
background: none;
|
||||||
&:before { content: '...'; }
|
&: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 {
|
.incoming {
|
||||||
.avatar, .bubble {
|
.avatar, .bubble {
|
||||||
|
|
|
@ -984,16 +984,6 @@ li.entry .error-icon-container {
|
||||||
.message-container .pending .status:before,
|
.message-container .pending .status:before,
|
||||||
.message-list .pending .status:before {
|
.message-list .pending .status:before {
|
||||||
content: '...'; }
|
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-container .incoming .avatar, .message-container .incoming .bubble,
|
||||||
.message-list .incoming .avatar,
|
.message-list .incoming .avatar,
|
||||||
.message-list .incoming .bubble {
|
.message-list .incoming .bubble {
|
||||||
|
|
Loading…
Reference in a new issue