Remove unused CSS to display poll status icons
This code isn't used since commit 5fdbc7b8a.
This commit is contained in:
@@ -1547,7 +1547,6 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
||||||
&.can-answer::after,
|
|
||||||
&.cant-answer::after,
|
&.cant-answer::after,
|
||||||
&.not-logged-in::after,
|
&.not-logged-in::after,
|
||||||
&.already-answer::after,
|
&.already-answer::after,
|
||||||
@@ -1558,15 +1557,6 @@
|
|||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.can-answer {
|
|
||||||
border-right: 60px solid $info-bg;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
color: $color-info;
|
|
||||||
content: "\6c";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.cant-answer {
|
&.cant-answer {
|
||||||
border-right: 60px solid $alert-bg;
|
border-right: 60px solid $alert-bg;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user