From 10f7183f8cfb6574d6f74f1c594f7f8f044a0cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 10 Jul 2021 23:51:24 +0200 Subject: [PATCH] Remove no longer necessary participation icons CSS The `icon-budget` hasn't been used in this context for a long time; maybe since commit d0b8fef6b. The `document-form` class was removed in commit 6c1d828a6. Finally, the `topic-new` and `topic-form` were removed in commit c887cb736. --- app/assets/stylesheets/participation.scss | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index c29f82247..aa4f2bc39 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -245,16 +245,10 @@ // --------------------- .debate-new, -.proposal-new, -.budget-investment-form, -.document-form, -.topic-new, -.topic-form { +.proposal-new { .icon-debates, - .icon-proposals, - .icon-budget, - .icon-image { + .icon-proposals { font-size: rem-calc(50); line-height: $line-height; opacity: 0.5; @@ -264,14 +258,9 @@ color: $debates; } - .icon-proposals, - .icon-image { + .icon-proposals { color: $proposals; } - - .icon-budget { - color: $budget; - } } .recommendations { @@ -297,10 +286,7 @@ } } -.proposal-new, -.document-form, -.topic-form, -.topic-new { +.proposal-new { .recommendations li::before { color: $proposals;