summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-12 15:49:12 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 12:47:11 -0600
commite4a000478f327885fd9dcbc7d47ba77045cef139 (patch)
treea05a7d6d5f6f32c210e4276791a6dc69653af0a1 /app/assets/stylesheets/pages/notes.scss
parentc5d12e3706ee6bc41d6be897e923b6c20a267078 (diff)
downloadgitlab-ce-e4a000478f327885fd9dcbc7d47ba77045cef139.tar.gz
Combining more grays
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 10eb3d4203e..0d4db14dafb 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -372,7 +372,7 @@ ul.notes {
.note-actions {
float: right;
margin-left: 10px;
- color: $notes-action-color;
+ color: $gray-darkest;
}
.note-actions {
@@ -411,7 +411,7 @@ ul.notes {
}
.fa {
- color: $notes-action-color;
+ color: $gray-darkest;
position: relative;
font-size: 17px;
}
@@ -573,10 +573,10 @@ ul.notes {
svg {
position: relative;
- color: $notes-action-color;
+ color: $gray-darkest;
path {
- fill: $notes-action-color;
+ fill: $gray-darkest;
}
}
}