📜  大纲没有反应原生网络 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:01:25.745000             🧑  作者: Mango

代码示例1
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 :)