From: Grégoire Aubert Date: Thu, 10 Oct 2019 14:59:00 +0000 (+0200) Subject: SONAR-12544 Drop unused .admin hr styling X-Git-Tag: 8.1.0.31237~175 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9426968474bb44a9e30c37ee2bd4784a11d6bbc1;p=sonarqube.git SONAR-12544 Drop unused .admin hr styling --- 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;