summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/note_form.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-13 09:09:10 +0100
committerPhil Hughes <me@iamphill.com>2016-04-14 10:28:05 +0100
commit8ffb02d9f812c001514ff4c67e2eac53e1d9dd57 (patch)
tree1b60efac1d582f7c985db8f835d09a5961f11436 /app/assets/stylesheets/pages/note_form.scss
parentc5d7b467ab3c67a71419e314c128d0ab5f371cb5 (diff)
downloadgitlab-ce-8ffb02d9f812c001514ff4c67e2eac53e1d9dd57.tar.gz
Added CHANGELOG item
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 0d92ebcc8e9..2395de2e17f 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -64,7 +64,7 @@
&.is-focused {
border-color: $focus-border-color;
- box-shadow: 0 0 2px rgba(#000, .2),
+ box-shadow: 0 0 2px $black-transparent,
0 0 4px rgba($focus-border-color, .4);
.comment-toolbar,
@@ -75,7 +75,7 @@
&.is-dropzone-hover {
border-color: $gl-success;
- box-shadow: 0 0 2px rgba(#000, .2),
+ box-shadow: 0 0 2px $black-transparent,
0 0 4px rgba($gl-success, .4);
.comment-toolbar,