From 067aa4169a61ceccb36deb83a85813e8210993fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 15 May 2021 21:10:23 +0200 Subject: [PATCH] Remove obsolete styles for stats menu All menus in the sidebar are "vertical". These styles aren't used since commit b91b766e96b. --- app/assets/stylesheets/participation.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 2687d64e2..f453f1371 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1859,18 +1859,6 @@ .polls-results-stats { - .sidebar { - - .menu:not(.vertical) { - padding: 0; - - li a { - color: $link; - line-height: $line-height; - } - } - } - table { table-layout: fixed;