summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index f44fc1e879b..4e057023328 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -442,8 +442,8 @@ ul.notes {
&.is-active {
color: $gl-text-green;
- svg {
- color: $gl-text-green;
+ svg path {
+ fill: $gl-text-green;
}
}
@@ -451,6 +451,10 @@ ul.notes {
position: relative;
color: $notes-action-color;
vertical-align: top;
+
+ path {
+ fill: $notes-action-color;
+ }
}
}