Remove unused CSS to display poll status icons

This code isn't used since commit 5fdbc7b8a.
This commit is contained in:
Javi Martín
2024-04-22 03:35:02 +02:00
parent 9bef791d01
commit 2b03e3ebc4

View File

@@ -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;