From 6f75069cb3d6d1229ceaba880e62f4d72e96f09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sun, 9 Oct 2022 23:28:37 +0200 Subject: [PATCH] Remove unused style for table header labels This style was added in commit 92f4c26fa. However, we don't have any labels inside elements, so we don't need it. --- 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 7751f4cab..ddf492529 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -204,10 +204,6 @@ $table-header: #ecf1f6; color: $admin-text; padding: $line-height / 2; - label { - color: $white; - } - a { color: inherit; white-space: nowrap;