📅  最后修改于: 2022-03-11 15:01:25.745000             🧑  作者: Mango
The easiest way:
In you web project add something like this to your index.css or somewhere where you handle CSS.
input {
outline: none !important;
}
It will remove outline from all inputs on web :)