]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11036 Add underline to button-links
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 27 Jul 2018 12:26:08 +0000 (14:26 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 10 Aug 2018 18:21:30 +0000 (20:21 +0200)
server/sonar-web/src/main/js/components/ui/buttons.css

index 032c0255117828725ff319cf2ee16f4cf0e9afee..47b16168539f2cf866443ca56dbc311ccc16a7fe 100644 (file)
   border: none;
   background: transparent;
   color: var(--darkBlue);
+  border-bottom: 1px solid var(--lightBlue);
   font-weight: 400;
   font-size: inherit;
   line-height: inherit;