Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {