From 00f063b291322625759d1dbb7d5b1c65cc0a13fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 12 Oct 2023 21:18:04 +0200 Subject: [PATCH] Remove unused documents-related CSS We don't have any elements matching the `.documents .icon-document` selector. --- app/assets/stylesheets/layout.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index fc211c76a..2710af584 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2044,14 +2044,6 @@ table { padding: $line-height / 2; position: relative; - .icon-document { - color: #007bb7; - display: inline-block; - font-size: rem-calc(24); - line-height: $line-height; - vertical-align: middle; - } - p { margin-bottom: 0; }