summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issues.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-22 10:21:02 +0000
committerPhil Hughes <me@iamphill.com>2016-02-22 10:21:02 +0000
commitd8069bd85863ab8c47d2bb2370221b17fb686b93 (patch)
treeca7809019710b45fa4ef3b5d22d047d2f6eca7ab /app/assets/stylesheets/pages/issues.scss
parent04d1b412587028260ac219a32bdf3b03ac022308 (diff)
downloadgitlab-ce-d8069bd85863ab8c47d2bb2370221b17fb686b93.tar.gz
Only show up or down votes icon on issue list if there are any
Closes #13649
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index 1cc853dd4f5..8694bd654a7 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -24,7 +24,7 @@
display: inline-block;
}
- .issue-no-comments, .issue-no-votes {
+ .issue-no-comments {
opacity: 0.5;
}
}