0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(ui): align mobile input outline (#1991)

mobile input field does not have outline
This commit is contained in:
simeng-li 2022-09-24 15:59:35 +08:00 committed by GitHub
parent bf1d281905
commit c9ba198b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
&:focus {
border: _.border(var(--color-primary));
outline: none;
}
&::placeholder {