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

@ -18,4 +18,8 @@ body {
-webkit-transition-property: max-width;
transition-property: max-width;
}
}
#timeZone input:focus {
box-shadow: none;
}