summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorJarek Ostrowski <jostrowski@gitlab.com>2019-05-22 15:13:08 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-05-22 15:13:08 +0000
commit79e5a09c71e20fd2ba7c166c003f2f17b6e80c46 (patch)
tree46c1048465be789d39c87f97878195b827e59068 /app/assets/stylesheets/framework/mixins.scss
parent454cbac3ef1b72ad8f9f70aecc7e8e9b9aba3f7a (diff)
downloadgitlab-ce-79e5a09c71e20fd2ba7c166c003f2f17b6e80c46.tar.gz
Update note actions icon color
Use gray-600 for color Ensure passes accessibility reqs
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index 18eb10c1f23..97de0c98325 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -325,8 +325,8 @@
line-height: 1;
padding: 0;
min-width: 16px;
- color: $gray-darkest;
- fill: $gray-darkest;
+ color: $gray-600;
+ fill: $gray-600;
.fa {
position: relative;