From 5f590cb59b599662b30dbc6afdd4956fad487ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 11 Apr 2024 22:38:45 +0200 Subject: [PATCH] Remove obsolete CSS rule for accordion titles The `accordion-title` HTML class isn't used since commit 156997d93. --- app/assets/stylesheets/admin.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 70258353f..fd61560b3 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -214,10 +214,6 @@ $table-header: #ecf1f6; padding-right: 0; } - .accordion-title { - font-size: $base-font-size; - } - .button.secondary { margin-right: rem-calc(12); }