summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/note_form.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-30 14:03:14 +0100
committerPhil Hughes <me@iamphill.com>2016-04-04 10:48:49 +0100
commit40297b8f118742fc710f2ae0364d7bbcd82c40e6 (patch)
tree2bd6ab096ba9c1393b3239c7164721e8abac1809 /app/assets/stylesheets/pages/note_form.scss
parent3b4c4dd7b35b662755fed58c6d1ed6f9ba82b575 (diff)
downloadgitlab-ce-40297b8f118742fc710f2ae0364d7bbcd82c40e6.tar.gz
Reduced focus shadow
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 85b323e2caf..c829ffa330d 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -63,7 +63,8 @@
&.is-focused {
border-color: #3b99fc;
- box-shadow: 0 0 4px rgba(#3b99fc, .7);
+ box-shadow: 0 0 2px rgba(#000, .2),
+ 0 0 4px rgba(#3b99fc, .5);
.comment-toolbar,
.nav-links {