mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
Reduced focus shadow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user