diff --git a/styles/globals.css b/styles/globals.css index 9a59df61..8f0ab9dc 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -18,4 +18,8 @@ body { -webkit-transition-property: max-width; transition-property: max-width; } +} + +#timeZone input:focus { + box-shadow: none; } \ No newline at end of file