diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-28 13:59:19 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-28 13:59:19 -0500 |
commit | 9e0890790f7c0250e790d2c7548c1a0543a61d15 (patch) | |
tree | 67aa52cbddc02da0a7f185c25e6d8370edb4f7f5 /app | |
parent | a5fb9980108909e2ba14c0238021735f362632f2 (diff) | |
download | gitlab-ce-9e0890790f7c0250e790d2c7548c1a0543a61d15.tar.gz |
Remove backgroundissue_14643
Fixes note's action bar background color when note is highlighted
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/note_form.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss index daf2651425f..655f88b0c2c 100644 --- a/app/assets/stylesheets/pages/note_form.scss +++ b/app/assets/stylesheets/pages/note_form.scss @@ -71,8 +71,6 @@ } .note-form-actions { - background: #fff; - .note-form-option { margin-top: 8px; margin-left: 30px; |