From: Grégoire Aubert Date: Fri, 27 Jul 2018 12:26:08 +0000 (+0200) Subject: SONAR-11036 Add underline to button-links X-Git-Tag: 7.5~619 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3231b2761c32a7d04a9d7d76a5b1dd43f34d76b;p=sonarqube.git SONAR-11036 Add underline to button-links --- diff --git a/server/sonar-web/src/main/js/components/ui/buttons.css b/server/sonar-web/src/main/js/components/ui/buttons.css index 032c0255117..47b16168539 100644 --- a/server/sonar-web/src/main/js/components/ui/buttons.css +++ b/server/sonar-web/src/main/js/components/ui/buttons.css @@ -124,6 +124,7 @@ border: none; background: transparent; color: var(--darkBlue); + border-bottom: 1px solid var(--lightBlue); font-weight: 400; font-size: inherit; line-height: inherit;