Issue #2422113 by DickJohnson, emma.maria, mrjmd: Unpublished comments have lost their styles in D8
parent
48f5de46fc
commit
48c2e66fee
|
@ -90,17 +90,13 @@
|
|||
.comment.unpublished {
|
||||
margin-right: 5px; /* LTR */
|
||||
padding: 5px 2px 5px 5px; /* LTR */
|
||||
background: #fff4f4;
|
||||
}
|
||||
[dir="rtl"] .comment.unpublished {
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
padding: 5px 5px 5px 2px;
|
||||
}
|
||||
.comment.unpublished .comment-text .comment-arrow {
|
||||
border-left: 1px solid #fff4f4;
|
||||
border-right: 1px solid #fff4f4;
|
||||
}
|
||||
|
||||
.comment-footer {
|
||||
display: table-row;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue