]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Add border to LEVELs to match UI
authorGuillaume Peoc'h <guillaume.peoch@sonarsource.com>
Thu, 1 Sep 2022 12:34:00 +0000 (14:34 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 2 Sep 2022 20:02:49 +0000 (20:02 +0000)
server/sonar-web/src/main/js/components/ui/Level.css

index 6998338571a3d079b0a2fd95fccc12ae3dfcc6f2..eaacfaea2e23e563c4b9460f19a8e790534e650c 100644 (file)
@@ -25,6 +25,7 @@
   padding-right: 9px;
   height: var(--controlHeight);
   line-height: var(--controlHeight);
+  border: 1px solid var(--black38);
   border-radius: var(--controlHeight);
   box-sizing: border-box;
   color: #fff;