From 9426968474bb44a9e30c37ee2bd4784a11d6bbc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Aubert?= Date: Thu, 10 Oct 2019 16:59:00 +0200 Subject: [PATCH] SONAR-12544 Drop unused .admin hr styling --- server/sonar-web/src/main/js/app/styles/init/tables.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/server/sonar-web/src/main/js/app/styles/init/tables.css b/server/sonar-web/src/main/js/app/styles/init/tables.css index a4c1d368464..fc224d72663 100644 --- a/server/sonar-web/src/main/js/app/styles/init/tables.css +++ b/server/sonar-web/src/main/js/app/styles/init/tables.css @@ -86,15 +86,6 @@ table.spacedicon td { padding: 0 5px; } -.admin hr { - background: transparent; - border-left: none; - border-right: none; - border-top: none; - border-bottom: 1px dashed #ffd324; - height: 1px; -} - .table > thead > tr > th { border-top: 0 none; font-weight: bold; -- 2.39.5