From 59497465aa190caba95b8b241b069d0c2f40bf47 Mon Sep 17 00:00:00 2001 From: one92tb Date: Thu, 18 Mar 2021 13:19:52 +0100 Subject: [PATCH] remove border, outline in input, buttons style --- src/components/Auth/style.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Auth/style.jsx b/src/components/Auth/style.jsx index 6f2a38a..0d9a696 100644 --- a/src/components/Auth/style.jsx +++ b/src/components/Auth/style.jsx @@ -153,6 +153,11 @@ const Input = styled.input` display: block; border: 1px solid #ced4da; + &:focus { + border: none; + outline: none; + } + @media only screen and (max-width: 575.98px) { font-size: 14px; height: 30px;