diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-30 14:03:14 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-04 10:48:49 +0100 |
commit | 40297b8f118742fc710f2ae0364d7bbcd82c40e6 (patch) | |
tree | 2bd6ab096ba9c1393b3239c7164721e8abac1809 | |
parent | 3b4c4dd7b35b662755fed58c6d1ed6f9ba82b575 (diff) | |
download | gitlab-ce-40297b8f118742fc710f2ae0364d7bbcd82c40e6.tar.gz |
Reduced focus shadow
-rw-r--r-- | app/assets/stylesheets/pages/note_form.scss | 3 |
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 { |