diff --git a/src/styles/reset.css b/src/styles/reset.css index 2f6e07c..87ba61f 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -76,3 +76,8 @@ select { scroll-behavior: auto !important; } } + +/* remove outline of input focus */ +input:focus, textarea:focus { + outline: none; +}