From 2b03e3ebc41e2531fcf7316d21e5889cfb12a70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 22 Apr 2024 03:35:02 +0200 Subject: [PATCH] Remove unused CSS to display poll status icons This code isn't used since commit 5fdbc7b8a. --- app/assets/stylesheets/participation.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 364bac7cc..b3127f0c3 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1547,7 +1547,6 @@ top: 0; width: 0; - &.can-answer::after, &.cant-answer::after, &.not-logged-in::after, &.already-answer::after, @@ -1558,15 +1557,6 @@ top: 5px; } - &.can-answer { - border-right: 60px solid $info-bg; - - &::after { - color: $color-info; - content: "\6c"; - } - } - &.cant-answer { border-right: 60px solid $alert-bg;