From 48c2e66fee7e788fe68cb792bc94bc283eddb60e Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 20 Feb 2015 09:34:43 +0000 Subject: [PATCH] Issue #2422113 by DickJohnson, emma.maria, mrjmd: Unpublished comments have lost their styles in D8 --- core/themes/bartik/css/components/comments.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/themes/bartik/css/components/comments.css b/core/themes/bartik/css/components/comments.css index 031e06c7bb9e..9fcb73e4bb8e 100644 --- a/core/themes/bartik/css/components/comments.css +++ b/core/themes/bartik/css/components/comments.css @@ -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; }