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:
parent
bf1d281905
commit
c9ba198b59
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
&:focus {
|
||||
border: _.border(var(--color-primary));
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
|
|
Loading…
Add table
Reference in a new issue