Reduced focus shadow

This commit is contained in:
Phil Hughes
2016-04-04 10:48:49 +01:00
parent 3b4c4dd7b3
commit 40297b8f11
+2 -1
View File
@@ -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 {