summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/components/issues.less
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-01-22 14:45:38 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-01-22 17:01:43 +0100
commit57729e6625cbd1bd0b0ce35e54966481e2a1c88b (patch)
tree7c4ca2bc5e930d18c839408f6d1fdfdeb5f497fc /server/sonar-web/src/main/less/components/issues.less
parentb012d23dc9b407ee69596b968e52e7ffa7ba0aad (diff)
downloadsonarqube-57729e6625cbd1bd0b0ce35e54966481e2a1c88b.tar.gz
sonarqube-57729e6625cbd1bd0b0ce35e54966481e2a1c88b.zip
SONAR-5966 improve display of issue boxes
Diffstat (limited to 'server/sonar-web/src/main/less/components/issues.less')
-rw-r--r--server/sonar-web/src/main/less/components/issues.less28
1 files changed, 4 insertions, 24 deletions
diff --git a/server/sonar-web/src/main/less/components/issues.less b/server/sonar-web/src/main/less/components/issues.less
index e4029858dde..6db3500bfb8 100644
--- a/server/sonar-web/src/main/less/components/issues.less
+++ b/server/sonar-web/src/main/less/components/issues.less
@@ -64,30 +64,10 @@
font-weight: 500;
}
-.issue-tags {
- padding-left: @leftPadding;
- line-height: 1.5;
- font-size: @baseFontSize;
-}
-
-.issue-tag-list {
- display: inline-block;
-
- .icon-tags {
- color: @secondFontColor;
- }
-}
-
-.issue-tags-change {
- cursor: pointer;
-}
-
-.issue-tag-edit {
- display: none;
-}
-
-.issue-tag-edit-cancel {
- vertical-align: middle;
+.issue-rule {
+ font-size: 11px;
+ font-weight: 400;
+ .link-no-underline;
}
.issue-component {