From 7d8a64cb1f01855a7770448180290d4c8eee6ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 28 May 2021 02:16:10 +0200 Subject: [PATCH] Remove unused poll table styles These styles aren't used since commit 6f324c693. --- app/assets/stylesheets/admin.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 27328ff92..91a80ff92 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -194,11 +194,6 @@ $table-header: #ecf1f6; &.with-button { line-height: $line-height * 2; - - .button { - @include brand-text; - background: #fff; - } } }