From f3231b2761c32a7d04a9d7d76a5b1dd43f34d76b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Aubert?= Date: Fri, 27 Jul 2018 14:26:08 +0200 Subject: [PATCH] SONAR-11036 Add underline to button-links --- server/sonar-web/src/main/js/components/ui/buttons.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5