From 4d69882e77e9daea7187c582649357557fbe28a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 15 May 2021 21:05:43 +0200 Subject: [PATCH] Remove obsolete poll callout styles There's no element with the `callout` class inside a `polls-show-header` since commit 70a35fbe5. --- app/assets/stylesheets/participation.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 0a301284d..2687d64e2 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1590,21 +1590,6 @@ .polls-show-header { background: #fafafa; - - .callout { - - &.warning a { - color: $color-warning; - } - - &.primary a { - color: $color-info; - } - - &.alert a { - color: $color-alert; - } - } } .poll-more-info,