Fix styling of react timezone inputs

This commit is contained in:
Bailey Pumfleet 2021-05-11 15:49:00 +01:00
parent e845673662
commit 3b16a3159f

View file

@ -19,3 +19,7 @@ body {
transition-property: max-width;
}
}
#timeZone input:focus {
box-shadow: none;
}