Fix styling of react timezone inputs
This commit is contained in:
parent
e845673662
commit
3b16a3159f
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ body {
|
|||
-webkit-transition-property: max-width;
|
||||
transition-property: max-width;
|
||||
}
|
||||
}
|
||||
|
||||
#timeZone input:focus {
|
||||
box-shadow: none;
|
||||
}
|
Loading…
Reference in a new issue