diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-07 12:37:41 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-07 12:37:41 -0600 |
commit | ae1550bb5234aa5f6ce2611ca606ac49fc38c2d1 (patch) | |
tree | 6c10de4dc1dcab16f7d1794349a8b20d01406024 | |
parent | e7b045eadaf315dc2ae4fc079af5d1199d3e5d25 (diff) | |
download | gitlab-ce-system-notes-fade.tar.gz |
Fade out should be white instead of graysystem-notes-fade
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 16b099c09eb..2e89d3f4e41 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -124,7 +124,7 @@ ul.notes { position: absolute; left: 0; bottom: 0; - background: linear-gradient(rgba($gray-light, 0.1) -100px, $white-light 100%); + background: linear-gradient(rgba($white-light, 0.1) -100px, $white-light 100%); } &.hide-shade { |