From 3b16a3159f253edc7ba2ec38bbec4c8458d4ac91 Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Tue, 11 May 2021 15:49:00 +0100 Subject: [PATCH] Fix styling of react timezone inputs --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) 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