]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5498 Make all links consistent
authorStas Vilchik <vilchiks@gmail.com>
Tue, 29 Jul 2014 12:59:19 +0000 (14:59 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 29 Jul 2014 12:59:19 +0000 (14:59 +0200)
Fix side effects on component viewer

server/sonar-web/src/main/less/component-viewer.less

index e0d468fd11518771d824ef5c6b96c4428069dc4b..f50b149808454dbcb9e068f88ed3a8a83c1e27b7 100644 (file)
 
   & > li > a.item {
     color: @baseFontColor;
+    .link-no-underline;
     .trans;
 
     &:hover { background-color: @barBackgroundColor; }
 
 .component-viewer-header-time-changes {
   padding: 10px;
+
+  & > a { .link-no-underline; }
 }
 
 .component-viewer-header-sqale-rating {