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;