Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

outline none react native web

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 :)
 
PREVIOUS NEXT
Tagged: #outline #react #native #web
ADD COMMENT
Topic
Name
9+5 =