Merge branch 'note-form-text-color' into 'master'

Fixes issue with note form inheriting text color

It was only really noticeable on dark themed diffs

![Screen_Shot_2016-04-20_at_14.44.58](/uploads/4f32b487de7e4c09a494dc3c8c767ece/Screen_Shot_2016-04-20_at_14.44.58.png)

See merge request !3834
This commit is contained in:
Jacob Schatz 2016-04-20 14:26:28 +00:00
commit f23f274b8d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
.note-textarea {
display: block;
padding: 10px 0;
color: $gl-gray;
font-family: $regular_font;
border: 0;