From: Stas Vilchik Date: Tue, 29 Jul 2014 12:59:19 +0000 (+0200) Subject: SONAR-5498 Make all links consistent X-Git-Tag: 4.5-RC1~320^2~47 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd339e2251b884b0b0b901e31c388ebf38d37656;p=sonarqube.git SONAR-5498 Make all links consistent Fix side effects on component viewer --- diff --git a/server/sonar-web/src/main/less/component-viewer.less b/server/sonar-web/src/main/less/component-viewer.less index e0d468fd115..f50b1498084 100644 --- a/server/sonar-web/src/main/less/component-viewer.less +++ b/server/sonar-web/src/main/less/component-viewer.less @@ -568,6 +568,7 @@ & > li > a.item { color: @baseFontColor; + .link-no-underline; .trans; &:hover { background-color: @barBackgroundColor; } @@ -592,6 +593,8 @@ .component-viewer-header-time-changes { padding: 10px; + + & > a { .link-no-underline; } } .component-viewer-header-sqale-rating {