From e6f2c5474dfc8e6fcf7c4d3d209bb73633a0478e Mon Sep 17 00:00:00 2001 From: taitus Date: Fri, 22 Jul 2022 12:18:05 +0200 Subject: [PATCH] Unify comment icon on legislation summaries This was the only place in the application where the comments icon was included without the span with the class "icon-comments". We unified with the rest of the application and removed the "comments-count" class which is no longer needed. --- app/assets/stylesheets/layout.scss | 2 ++ app/assets/stylesheets/legislation_process.scss | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index d7198a0b4..ffb7f07f9 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2047,9 +2047,11 @@ table { width: 100%; } +.annotation-summary, .budget-investment-info, .debate-info, .debate-meta, +.debate-summary, .investment-project-info, .legislation-comments, .proposal-info, diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 74658a167..68557d2b5 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -966,10 +966,6 @@ } } - .comments-count { - @include has-fa-icon(comments, regular); - } - .question-title:not(:only-child) { margin-bottom: $line-height / 2; }