summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-17 09:43:18 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-17 09:43:31 +0100
commit188cb476e81445ce2e3bb803d9bed18bb60e0d99 (patch)
treeb280966f2ac3c0a5f1a21d0c0e89deb19d0f28aa
parentcefd5cfee7485e404b5658b0d91b67cf61bb44d0 (diff)
downloadsonarqube-188cb476e81445ce2e3bb803d9bed18bb60e0d99.tar.gz
sonarqube-188cb476e81445ce2e3bb803d9bed18bb60e0d99.zip
Fix pointer cursor on analysis reports page
-rw-r--r--server/sonar-web/src/main/less/analysis-reports.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/less/analysis-reports.less b/server/sonar-web/src/main/less/analysis-reports.less
index c187e14e642..5edbcfed230 100644
--- a/server/sonar-web/src/main/less/analysis-reports.less
+++ b/server/sonar-web/src/main/less/analysis-reports.less
@@ -19,6 +19,10 @@
margin-top: -20px;
}
+.analysis-reports-results .navigator-results-list > li {
+ cursor: default;
+}
+
.analysis-reports-no-results {
border: none !important;
}