Reduced focus shadow

This commit is contained in:
Phil Hughes 2016-03-30 14:03:14 +01:00
parent 3b4c4dd7b3
commit 40297b8f11

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 {