diff --git a/app/assets/stylesheets/test.scss b/app/assets/stylesheets/test.scss index a26a58c3..d0a15a96 100644 --- a/app/assets/stylesheets/test.scss +++ b/app/assets/stylesheets/test.scss @@ -1,3 +1,6 @@ ::-webkit-scrollbar { display: none; } +.form-control:focus { + box-shadow: none; +}