summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2018-07-04 13:10:17 +0530
committerKushal Pandya <kushal@gitlab.com>2018-07-04 13:10:17 +0530
commita81fd22f4e1adc9161af911b72ebca5fc942ee85 (patch)
treeaf6cab056283047b0888996ca77dfd337de1fec6 /app/assets
parent0d688fffd34bc7c6d85920e75616178d45144aea (diff)
downloadgitlab-ce-a81fd22f4e1adc9161af911b72ebca5fc942ee85.tar.gz
Add fill color for sidebar todo icon
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index f9fd9f1ab8b..f6617380cc0 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -449,6 +449,7 @@
.todo-undone {
color: $gl-link-color;
+ fill: $gl-link-color;
}
.author {