From ede45152308cc0adbb3880ef0f67728be85f6146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 27 May 2021 21:33:18 +0200 Subject: [PATCH] Remove unused stats styles These classes aren't used since commit e5a2440e9 and the styles were accidentally added when bringing code from Madrid's fork in commit ba67bb2f9. --- app/assets/stylesheets/stats.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/assets/stylesheets/stats.scss b/app/assets/stylesheets/stats.scss index 61b86e1dd..a4ad681a1 100644 --- a/app/assets/stylesheets/stats.scss +++ b/app/assets/stylesheets/stats.scss @@ -201,15 +201,5 @@ table { .success { background: #c1fdd2; } - - .border-left-success { - background: #c1fdd2; - border-left: 2px solid #58ff87; - } - - .border-right-success { - background: #c1fdd2; - border-right: 2px solid #58ff87; - } } }