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